🚨: fix lint for Ansible Vault #3

Merged
clement.veret merged 1 commits from fix_lint into main 2025-03-26 13:17:47 +01:00

View File

@@ -12,6 +12,8 @@ jobs:
uses: actions/checkout@v4
- name: Run yamllint
uses: frenck/action-yamllint@v1
- name: Create fake ansible-vault
run: echo "Sup3rS3cr3t" > ~/.ansible-vault
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with: