mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-04 20:28:11 +00:00
Wrapped docker compose file routines tasks in block for docker compose
This commit is contained in:
@@ -20,11 +20,10 @@
|
|||||||
include_tasks: "02_repository.yml"
|
include_tasks: "02_repository.yml"
|
||||||
when: docker_pull_git_repository | bool
|
when: docker_pull_git_repository | bool
|
||||||
|
|
||||||
- name: "Include routines file management routines for '{{application_id}}'."
|
- block:
|
||||||
|
- name: "Include file management routines for '{{application_id}}'."
|
||||||
include_tasks: "03_files.yml"
|
include_tasks: "03_files.yml"
|
||||||
when: not docker_compose_skipp_file_creation | bool
|
- name: "Ensure that {{ docker_compose.directories.instance }} is up"
|
||||||
|
|
||||||
- name: "Ensure that {{ docker_compose.directories.instance }} is up"
|
|
||||||
include_tasks: "04_ensure_up.yml"
|
include_tasks: "04_ensure_up.yml"
|
||||||
when: not docker_compose_skipp_file_creation | bool
|
when: not docker_compose_skipp_file_creation | bool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user