From 3d172a5818a8506b755487cfdac642b820ccbf25 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Tue, 29 Jul 2025 21:31:14 -0400 Subject: [PATCH] should work nowwwwwwww --- scripts/deploy_containers.sh | 2 +- tasks/cup.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/deploy_containers.sh b/scripts/deploy_containers.sh index 55a8939..c46858b 100644 --- a/scripts/deploy_containers.sh +++ b/scripts/deploy_containers.sh @@ -10,7 +10,7 @@ if [ ! -z "$new_tasks" ]; then ansible_tag=$(echo "$task" | awk '{print $2}') if [[ "$tag" != "all.yml" && "$tag" != "all.template.yml" && "$tag" != "main.yml" ]] ; then 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 done fi \ No newline at end of file diff --git a/tasks/cup.yml b/tasks/cup.yml index 1465f3b..1a4fc5b 100644 --- a/tasks/cup.yml +++ b/tasks/cup.yml @@ -10,3 +10,5 @@ - name: homelab volumes: - "/var/run/docker.sock:/var/run/docker.sock:ro" + env: + - DUMMY_ENV: "dummy_env"