Solved missing Mailu Token Bug and to late reset of docker compose dirs, which let to problems in the reset deploy mode

This commit is contained in:
2025-12-01 15:48:01 +01:00
parent e09f561f0b
commit 81c4d407a5
7 changed files with 16 additions and 12 deletions

View File

@@ -5,14 +5,14 @@
path: "{{ PATH_DOCKER_COMPOSE_PULL_LOCK_DIR }}"
state: absent
- name: "reset (if enabled) for {{ role_name}}"
include_tasks: 02_reset.yml
when: MODE_RESET | bool
- name: "Load docker container role"
include_role:
name: docker-container
when: run_once_docker_container is not defined
- name: "reset (if enabled)"
include_tasks: 02_reset.yml
when: MODE_RESET | bool
- name: "create {{ PATH_DOCKER_COMPOSE_INSTANCES }}"
file: