Skip to content

Commit b829d94

Browse files
committed
Change mysql_user to fqcn community.mysql.mysql_user to prevent dprecation warnings
1 parent 34b587c commit b829d94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/users.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Ensure MySQL users are present.
3-
mysql_user:
3+
ansible.mysql.mysql_user:
44
name: "{{ item.name }}"
55
host: "{{ item.host | default('localhost') }}"
66
password: "{{ item.password }}"

0 commit comments

Comments
 (0)