Don't log passwords

This commit is contained in:
Luke Murphy 2020-04-14 13:22:38 +02:00
parent 98f0e90545
commit b6fc6f2e02
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
---
- name: Remove database(s)
no_log: true
shell: "dokku {{ item.type }}:destroy {{ dokku.app }} --force"
args:
removes: "/var/lib/dokku/services/{{ item.type }}/{{ dokku.app }}"

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 }}"