Solved undefined variable bug

This commit is contained in:
2025-12-02 23:37:01 +01:00
parent 1eaeae2187
commit cde3991c95

View File

@@ -1,4 +1,4 @@
- name: "Ensure that {{ docker_compose.directories.instance }} is up"
- name: "Ensure that docker compose 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/05_ensure_up.yml"