Inverted docker_compose_skipp_file_creation to don't use double negation

This commit is contained in:
2025-09-22 13:40:28 +02:00
parent 734b8764f2
commit 6cf6c74802
5 changed files with 43 additions and 43 deletions

View File

@@ -24,7 +24,7 @@
include_tasks: "04_files.yml"
- name: "Ensure that {{ docker_compose.directories.instance }} is up"
include_tasks: "05_ensure_up.yml"
when: not docker_compose_skipp_file_creation | bool
when: docker_compose_file_creation_enabled | bool
- name: "flush docker compose for '{{ application_id }}'"
meta: flush_handlers