roles/mysql/application: Removed unnecessary quotes

wip
Felix Stupp 5 years ago
parent 021cd2cb57
commit 4225f14774
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -27,7 +27,7 @@
mysql_user:
user: ""
host: "{{ ansible_fqdn }}"
state: "absent"
state: absent
login_unix_socket: /var/run/mysqld/mysqld.sock
- name: Remove test user in general

Loading…
Cancel
Save