Add in required tasks for post-delete
This commit is contained in:
parent
c5b6384495
commit
c2e07e650c
@ -2,6 +2,17 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Include prepare tasks
|
||||||
|
include: ./lib/prepare.yml
|
||||||
|
|
||||||
|
- name: Include vars tasks
|
||||||
|
include: ./lib/vars.yml
|
||||||
|
|
||||||
|
# Note(decentral1se): internal debugging. Please `debug: true` in the
|
||||||
|
# /var/lib/dokku/data/deploy.d/vars.yml file to activate a debug vars dump
|
||||||
|
- name: Include debug tasks
|
||||||
|
include: ./lib/debug.yml
|
||||||
|
|
||||||
- name: Remove deploy.d folder
|
- name: Remove deploy.d folder
|
||||||
file:
|
file:
|
||||||
path: "{{ app_config_root }}"
|
path: "{{ app_config_root }}"
|
||||||
|
Reference in New Issue
Block a user