onece more ...

Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
Martin Schurz 2023-11-11 04:34:31 +01:00
parent bf177add07
commit 7437f68c86

View file

@ -44,7 +44,6 @@
community.mysql.mysql_query:
query:
- "DROP ROLE 'role_keep';"
- "DROP ROLE IF EXISTS 'PUBLIC';" # OpenSuse default role interferes with inspec tests
login_unix_socket: "{{ login_unix_socket | default(omit) }}"
when:
- mysql_role_support.rowcount[0] > 0