Solved path bugs and optimized them

This commit is contained in:
2025-08-29 14:13:59 +02:00
parent 092869b29a
commit 4c7bb6d9db
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
- name: docker compose pull
shell: |
set -euo pipefail
lock="{{ [ PATH_DOCKER_COMPOSE_PULL_LOCK_DIR | docker_compose.directories.instance ] | path_join | hash('sha1') }}"
lock="{{ [ PATH_DOCKER_COMPOSE_PULL_LOCK_DIR, docker_compose.directories.instance ] | path_join | hash('sha1') }}"
if [ ! -e "$lock" ]; then
mkdir -p "$(dirname "$lock")"
docker compose pull