Skip to content

Commit

Permalink
fix log for grant access task
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Sep 19, 2023
1 parent 91332e2 commit 6d51383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/database-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
priv: "{{ item[0]['dbname'] }}.*:ALL"
append_privs: yes
state: present
no_log: True
with_subelements:
- "{{ pdns_backends | combine(pdns_mysql_databases_credentials, recursive=True) }}"
- priv_host
Expand Down

0 comments on commit 6d51383

Please sign in to comment.