Update '.drone.yml'

This commit is contained in:
jens 2020-10-26 10:31:19 +00:00
parent 759a46ffdb
commit 58a641fda1
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@ steps:
- dnf install -y python3 findutils
- pip3 install -U ansible-lint
- name: syntax check
commands:
- "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-playbook --syntax-check --list-tasks"
- name: ansibel lint
commands:
- "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-lint"