Minor change
This commit is contained in:
parent
49b7fea2ee
commit
cbc1712a63
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
password: ""
|
||||
host: localhost
|
||||
login_unix_socket: /var/run/mysqld/mysqld.sock
|
||||
- name: Remove anonymous user for ansible_fqdn
|
||||
- name: Remove anonymous user for "{{ ansible_fqdn }}"
|
||||
community.mysql.mysql_user:
|
||||
user: ""
|
||||
host: "{{ ansible_fqdn }}"
|
||||
|
|
Loading…
Reference in a new issue