Update '.drone.yml'

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

View File

@ -6,7 +6,8 @@ name: default
steps:
- name: install dependencies
commands:
- dnf install -y ansible python3-ansible-lint findutils
- dnf install -y ansible 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"
- name: ansibel lint