should work nowwwwwwww
All checks were successful
Deploy Containers / Prepare (push) Successful in 9s

This commit is contained in:
2025-07-29 21:31:14 -04:00
parent d2f6375224
commit 3d172a5818
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ if [ ! -z "$new_tasks" ]; then
ansible_tag=$(echo "$task" | awk '{print $2}') ansible_tag=$(echo "$task" | awk '{print $2}')
if [[ "$tag" != "all.yml" && "$tag" != "all.template.yml" && "$tag" != "main.yml" ]] ; then if [[ "$tag" != "all.yml" && "$tag" != "all.template.yml" && "$tag" != "main.yml" ]] ; then
tag=${tag%.*}_deploy tag=${tag%.*}_deploy
ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_password.txt ansible-playbook main.yml --tags "$tag" --vault-password-file ~/.vault_pass.txt
fi fi
done done
fi fi

View File

@@ -10,3 +10,5 @@
- name: homelab - name: homelab
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"
env:
- DUMMY_ENV: "dummy_env"