use ansible-lint action
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m34s
Some checks failed
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m34s
This commit is contained in:
5
.github/workflows/infra.yaml
vendored
5
.github/workflows/infra.yaml
vendored
@@ -31,9 +31,8 @@ jobs:
|
||||
pip3 install -r requirements.txt
|
||||
ansible-galaxy collection install community.general community.docker infisical.vault --force
|
||||
|
||||
- name: Ansible lint
|
||||
run: |
|
||||
ansible-lint -s -x args[module] infra/**/*playbook.yaml
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v6
|
||||
|
||||
- name: Check playbooks
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user