Don't log passwords

This commit is contained in:
Luke Murphy
2020-04-14 13:22:38 +02:00
parent 98f0e90545
commit b6fc6f2e02
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
when: db is defined
- name: "Link {{ item.type }} database to application"
no_log: true
dokku_service_link:
app: "{{ dokku.app }}"
name: "{{ dokku.app }}"