--- - 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 }}" with_items: "{{ config.db }}" when: config.db