Commit e606eb37 by arbabnazar

add the information message

parent b7420c78
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
msg: "MySQL experimental is already installed, make remove_experimental_mysql: true in defaults/main.yml, if you want to remove it" msg: "MySQL experimental is already installed, make remove_experimental_mysql: true in defaults/main.yml, if you want to remove it"
when: "'5.6.14' in mysql_56_installed.stdout and not remove_experimental_mysql" when: "'5.6.14' in mysql_56_installed.stdout and not remove_experimental_mysql"
# remove this, once the new devstack is out
- include: remove_mysql_experimental.yml - include: remove_mysql_experimental.yml
when: remove_experimental_mysql when: remove_experimental_mysql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment