Don't log passwords
This commit is contained in:
parent
98f0e90545
commit
b6fc6f2e02
@ -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 }}"
|
||||
|
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user