Ansible-lint every file, not just playbooks

pull/14/head
otthorn 3 years ago
parent 1e136e3736
commit 83cdd60e27

@ -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
... ...

Loading…
Cancel
Save