Ansible-lint every file, not just playbooks

This commit is contained in:
otthorn 2021-02-07 17:32:02 +01:00
parent 1e136e3736
commit 83cdd60e27

View file

@ -15,5 +15,5 @@ steps:
commands: commands:
- apk add --no-cache gcc libc-dev libffi-dev openssl-dev - apk add --no-cache gcc libc-dev libffi-dev openssl-dev
- pip install ansible-lint==4.3.7 - pip install ansible-lint==4.3.7
- ansible-lint *.yml - ansible-lint
... ...