Skip to content

Commit

Permalink
mySQL: Make sure privileges are appended
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 6, 2023
1 parent 957c615 commit 58d0770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/mysql/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
password: "{{ item[0].password }}"
priv: "{{ item[0].db_name }}.*:ALL"
state: present
append_privs: true
no_log: true
with_nested:
- "{{ databases.users }}"
Expand Down

0 comments on commit 58d0770

Please sign in to comment.