Add debug var check

This commit is contained in:
Luke Murphy 2020-04-13 19:03:43 +02:00
parent cd93366ebb
commit ed6b70422e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
# /var/lib/dokku/data/deploy.d/vars.yml file to activate a debug vars dump
- name: Include debug tasks
include: ./lib/debug.yml
when: debug is defined
- name: Remove deploy.d folder
file:

View File

@ -9,6 +9,7 @@
# /var/lib/dokku/data/deploy.d/vars.yml file to activate a debug vars dump
- name: Include debug tasks
include: ./lib/debug.yml
when: debug is defined
- name: Include http tasks
include: ./lib/http.yml

View File

@ -12,6 +12,7 @@
# /var/lib/dokku/data/deploy.d/vars.yml file to activate a debug vars dump
- name: Include debug tasks
include: ./lib/debug.yml
when: debug is defined
- name: Include domain tasks
include: ./lib/domain.yml