Skip to content

Commit 4154a9b

Browse files
committed
Dont log the mysql password in the future
1 parent a9cffd4 commit 4154a9b

File tree

1 file changed

+1
-0
lines changed
  • provision-contest/ansible/roles/mysql_replication/tasks

1 file changed

+1
-0
lines changed

provision-contest/ansible/roles/mysql_replication/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
- name: create mysql replication user
3232
mysql_user:
33+
no_log: true
3334
name: replication
3435
host: '%'
3536
password: "{{ REPLICATION_PASSWORD }}"

0 commit comments

Comments
 (0)