mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Merge pull request #13191 from Jmainguy/mysql
Add shared connection code for mysql modules
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -23,5 +23,3 @@
|
||||
assert:
|
||||
that:
|
||||
- "output.failed == true"
|
||||
- "'{{msg}}' in output.msg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user