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

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