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"