Add debug var check
This commit is contained in:
parent
cd93366ebb
commit
ed6b70422e
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user