Minor change

This commit is contained in:
Tunui Franken 2024-04-07 11:51:36 +02:00
parent 49b7fea2ee
commit cbc1712a63

View file

@ -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 }}"