mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 01:04:13 +00:00
correct hostname in test
Signed-off-by: Martin Schurz <Martin.Schurz@telekom.de>
This commit is contained in:
parent
ee1fec3d3e
commit
fdf7bbd7be
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
- name: assert that roles remain
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- '"role_keep@%" in mysql_users_list'
|
||||
- '"role_keep@" in mysql_users_list'
|
||||
login_unix_socket: "{{ login_unix_socket | default(omit) }}"
|
||||
when:
|
||||
- mysql_role_support.rowcount[0] > 0
|
Loading…
Reference in a new issue