Ansible-lint and yamllint #32

Merged
Ghost merged 16 commits from linting into dev 2020-06-08 17:14:32 +02:00
Showing only changes of commit c6410ca1f5 - Show all commits

View file

@ -22,8 +22,9 @@ steps:
| sort | sort
| grep -v '.drone.yml' | grep -v '.drone.yml'
| xargs ansible-playbook --syntax-check --list-tasks | xargs ansible-playbook --syntax-check --list-tasks
- > - >
find . -maxdepth 1 -name '*.yml' find . -maxdepth 1 -name '*.yml'
| sort | sort
| grep -v '.drone.yml' | grep -v '.drone.yml'
| xargs ansible-lint" | xargs ansible-lint