There was an error while loading. Please reload this page.
1 parent 34b587c commit b829d94Copy full SHA for b829d94
1 file changed
tasks/users.yml
@@ -1,6 +1,6 @@
1
---
2
- name: Ensure MySQL users are present.
3
- mysql_user:
+ ansible.mysql.mysql_user:
4
name: "{{ item.name }}"
5
host: "{{ item.host | default('localhost') }}"
6
password: "{{ item.password }}"
0 commit comments