Switch around debug statements
This commit is contained in:
parent
9e3e548c26
commit
1734ee3634
@ -1,6 +1,4 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks: []
|
||||||
- name: Include debug tasks
|
|
||||||
include: ./lib/debug.yml
|
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Include vars tasks
|
||||||
|
include: ./lib/vars.yml
|
||||||
|
|
||||||
# Note(decentral1se): internal debugging. Please `debug: true` in the
|
# Note(decentral1se): internal debugging. Please `debug: true` in the
|
||||||
# /var/lib/dokku/data/deploy.d/vars.yml file to activate a debug vars dump
|
# /var/lib/dokku/data/deploy.d/vars.yml file to activate a debug vars dump
|
||||||
- name: Include debug tasks
|
- name: Include debug tasks
|
||||||
include: ./lib/debug.yml
|
include: ./lib/debug.yml
|
||||||
|
|
||||||
- name: Include vars tasks
|
|
||||||
include: ./lib/vars.yml
|
|
||||||
|
|
||||||
- name: Include http tasks
|
- name: Include http tasks
|
||||||
include: ./lib/http.yml
|
include: ./lib/http.yml
|
||||||
|
|
||||||
|
@ -2,17 +2,17 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
# 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: Include prepare tasks
|
- name: Include prepare tasks
|
||||||
include: ./lib/prepare.yml
|
include: ./lib/prepare.yml
|
||||||
|
|
||||||
- name: Include vars tasks
|
- name: Include vars tasks
|
||||||
include: ./lib/vars.yml
|
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: Include domain tasks
|
- name: Include domain tasks
|
||||||
include: ./lib/domain.yml
|
include: ./lib/domain.yml
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user