Fix the mysql_user collection name.
This commit is contained in:
parent
3a584c109a
commit
9062878cd1
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
# 'localhost' needs to be the last item for idempotency, the mysql_user docs
|
# '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
|
- name: configure_root_access | Secure the mysql root user with a password
|
||||||
acommunity.mysql.mysql_user:
|
community.mysql.mysql_user:
|
||||||
name: root
|
name: root
|
||||||
host: "{{ item }}"
|
host: "{{ item }}"
|
||||||
password: "{{ mysql_root_password }}"
|
password: "{{ mysql_root_password }}"
|
||||||
|
|
Loading…
Reference in New Issue