mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 01:04:13 +00:00
onece more ...
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
parent
bf177add07
commit
7437f68c86
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue