f
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Cory Hawkless 2021-03-05 23:26:12 +10:30
parent c9ad7d9dda
commit 2ef677f646
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ steps:
- name: lintPlaybooks
image: geerlingguy/docker-ubuntu1804-ansible:testing
commands:
- "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-playbook --syntax-check --list-tasks"
- "find . -maxdepth 1 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-lint"
- "find . -maxdepth 2 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-playbook --syntax-check --list-tasks"
- "find . -maxdepth 2 -name '*.yml' | sort | grep -v '.drone.yml' | xargs ansible-lint"
- name: sendtoMattermost
image: plugins/webhook