diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint-ansible.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-ansible.yaml b/.github/workflows/lint-ansible.yaml index 7bd0a25..5160262 100644 --- a/.github/workflows/lint-ansible.yaml +++ b/.github/workflows/lint-ansible.yaml @@ -21,4 +21,4 @@ jobs: # Remove any Vaulted files and Vault configuration grep -R '$ANSIBLE_VAULT;' --files-with-matches . | xargs rm sed --in-place '/vault_password_file/d' ansible.cfg - ansible-lint --offline + ansible-lint |