Update '.drone.yml'

This commit is contained in:
jens 2020-10-26 09:51:39 +00:00
parent 2db821f2b5
commit c83d484fd5
1 changed files with 1 additions and 1 deletions

View File

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