Add shared connection code for mysql modules

This commit is contained in:
Jonathan Mainguy
2015-11-16 22:08:15 -05:00
parent 4d024fc82a
commit 34e88e48a5
4 changed files with 150 additions and 3 deletions

View File

@@ -63,7 +63,6 @@
assert:
that:
- "result.failed == true"
- "'check login credentials (login_user, and login_password' in result.msg"
- name: create database using user2 and new password
mysql_db: name={{ db_name }} state=present login_user={{ user_name_2 }} login_password={{ user_password_1 }}

View File

@@ -23,5 +23,3 @@
assert:
that:
- "output.failed == true"
- "'{{msg}}' in output.msg"