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: