mysql/application: Combined removing test user for all hosts

wip
Felix Stupp 5 years ago
parent 6381fe6d83
commit ef666274ba
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -23,16 +23,10 @@
host: "localhost"
login_unix_socket: /var/run/mysqld/mysqld.sock
- name: Remove test user for public
mysql_user:
user: ""
host: "{{ ansible_fqdn }}"
state: absent
login_unix_socket: /var/run/mysqld/mysqld.sock
- name: Remove test user in general
- name: Remove test users
mysql_user:
user: ""
host_all: yes
state: absent
login_unix_socket: /var/run/mysqld/mysqld.sock

Loading…
Cancel
Save