Switch around debug statements
This commit is contained in:
		| @ -1,6 +1,4 @@ | ||||
| --- | ||||
| - hosts: all | ||||
|   gather_facts: false | ||||
|   tasks: | ||||
|     - name: Include debug tasks | ||||
|       include: ./lib/debug.yml | ||||
|   tasks: [] | ||||
|  | ||||
| @ -2,14 +2,14 @@ | ||||
| - hosts: all | ||||
|   gather_facts: false | ||||
|   tasks: | ||||
|     - 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: Include vars tasks | ||||
|       include: ./lib/vars.yml | ||||
|  | ||||
|     - name: Include http tasks | ||||
|       include: ./lib/http.yml | ||||
|  | ||||
|  | ||||
| @ -2,17 +2,17 @@ | ||||
| - hosts: all | ||||
|   gather_facts: false | ||||
|   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 | ||||
|       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: Include domain tasks | ||||
|       include: ./lib/domain.yml | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user