Fixing Ansible lint once and for all #14

Merged
otthorn merged 5 commits from fix_ansible_lint into master 2021-02-07 18:09:28 +01:00
Showing only changes of commit 83cdd60e27 - Show all commits

View file

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