From c2e07e650cf421aa19881357eca012d55afb58d2 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 16:19:26 +0200 Subject: [PATCH] Add in required tasks for post-delete --- plays/post_delete.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plays/post_delete.yml b/plays/post_delete.yml index 1a2e045..7e40d2f 100644 --- a/plays/post_delete.yml +++ b/plays/post_delete.yml @@ -2,6 +2,17 @@ - hosts: all gather_facts: false 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 file: path: "{{ app_config_root }}"