Solved BBB path bug

This commit is contained in:
2025-12-04 15:11:40 +01:00
parent 9051ba179f
commit 91e93a5cc8
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
cmd: bash ./scripts/generate-compose
chdir: "{{ docker_repository_path }}"
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600
COMPOSE_HTTP_TIMEOUT: "600"
DOCKER_CLIENT_TIMEOUT: "600"
- name: Slurp docker-compose.yml from remote host
slurp:

View File

@@ -70,7 +70,7 @@
include_tasks: "01_docker-compose.yml"
- name: Ensure all containers in instance are running
include_tasks: "{{ [ playbook_dir , 'roles/docker-compose/tasks/05_ensure_up.yml' ] | path_join }}"
include_tasks: "{{ [ playbook_dir , 'roles/docker-compose/tasks/utils/up.yml' ] | path_join }}"
- name: flush docker service
meta: flush_handlers