Add POTE app project support and improve IP conflict detection #3
@ -164,7 +164,7 @@ jobs:
|
|||||||
- name: Validate vault files are encrypted
|
- name: Validate vault files are encrypted
|
||||||
run: |
|
run: |
|
||||||
echo "Checking for Ansible Vault files..."
|
echo "Checking for Ansible Vault files..."
|
||||||
vault_files=$(find . -name "*vault*.yml" -o -name "*vault*.yaml" | grep -v ".git" || true)
|
vault_files=$(find . -name "*vault*.yml" -o -name "*vault*.yaml" | grep -v ".git" | grep -v ".example" || true)
|
||||||
if [ -z "$vault_files" ]; then
|
if [ -z "$vault_files" ]; then
|
||||||
echo "No vault files found"
|
echo "No vault files found"
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user