[ci/cd] feat: specify linter configuration file

This commit is contained in:
Simon Cornet 2024-12-09 10:48:14 +01:00
commit ff61dc41d6

View file

@ -29,7 +29,7 @@ jobs:
# run ansible linter # run ansible linter
- name: "Run Ansible Lint" - name: "Run Ansible Lint"
run: | run: |
ansible-lint -c . ansible-lint -c .ansible-lint .
# ansible deployment # ansible deployment