Fix the mysql_user collection name.

This commit is contained in:
Andrea Dell'Amico 2025-02-06 19:45:59 +01:00
parent 3a584c109a
commit 9062878cd1
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
# 'localhost' needs to be the last item for idempotency, the mysql_user docs
- name: configure_root_access | Secure the mysql root user with a password
acommunity.mysql.mysql_user:
community.mysql.mysql_user:
name: root
host: "{{ item }}"
password: "{{ mysql_root_password }}"