Skip to content

Commit

Permalink
use community.mysql.mysql_user (#160)
Browse files Browse the repository at this point in the history
to avoid to have unknow plugin option
  • Loading branch information
AnthonyTissot authored Apr 15, 2023
1 parent 87bd4ac commit 084c882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/mysql_users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
when: mariadb_sst_user_plugin == "mysql_native_password"

- name: mysql_users | create MySQL users
mysql_user:
community.mysql.mysql_user:
append_privs: "{{ item.0.append_privs | default('no') }}"
encrypted: "{{ item.0.encrypted | default('no') }}"
host: "{{ item.1 }}"
Expand Down

0 comments on commit 084c882

Please sign in to comment.