mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
- name: "Ensure that {{ docker_compose.directories.instance }} is up"
|
||||
# This is a little hack to guaranty that the docker containers are allways up
|
||||
# It isn't the cleanest solution to have it here but it should fullfill their purpose
|
||||
include_tasks: "{{ playbook_dir }}/roles/docker-compose/tasks/04_ensure_up.yml"
|
||||
include_tasks: "{{ playbook_dir }}/roles/docker-compose/tasks/05_ensure_up.yml"
|
||||
when:
|
||||
- docker_compose is defined
|
||||
- (application_id | get_entity_name) == (docker_compose.directories.instance | basename)
|
||||
|
Reference in New Issue
Block a user