Skip to content

Commit

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

0 comments on commit c5df69d

Please sign in to comment.