Solved multiple MIG bugs

This commit is contained in:
2025-11-26 01:16:22 +01:00
parent d6422a7881
commit aca2da885d
10 changed files with 29 additions and 31 deletions

View File

@@ -14,8 +14,10 @@
- name: "create {{ PATH_DOCKER_COMPOSE_INSTANCES }}"
file:
path: "{{ PATH_DOCKER_COMPOSE_INSTANCES }}"
state: directory
mode: 0700
owner: root
group: root
path: "{{ PATH_DOCKER_COMPOSE_INSTANCES }}"
state: directory
mode: 0700
owner: root
group: root
- include_tasks: utils/run_once.yml

View File

@@ -1,6 +1,4 @@
- block:
- include_tasks: 01_core.yml
- include_tasks: utils/run_once.yml
- include_tasks: 01_core.yml
when: run_once_docker_compose is not defined
- name: "Load variables from {{ DOCKER_COMPOSE_VARIABLE_FILE }} for whole play"