handle existing vault removal
All checks were successful
Deploy Containers / Prepare (push) Successful in 4s

This commit is contained in:
2025-10-18 18:15:19 -04:00
parent a990c7bc19
commit 1c35d3d826
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ jobs:
- name: Run extraction script
run: |
echo "${{ secrets.VAULT_PASS }}" > ~/.vault_pass.txt
rm host_vars/all.template.yml
python3 scripts/extract_to_template.py
- name: Create PR