Merge "Clean up linter"

This commit is contained in:
Zuul 2018-09-14 15:56:20 +00:00 committed by Gerrit Code Review
commit 6686449ae4
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
ignore_errors: True
- name: Install Crudini if it is not there
yum: name=crudini state=latest
yum: name=crudini state=present
when: crudini.rc == 1
- name: Get selinux mode

View File

@ -16,7 +16,7 @@ whitelist_externals = bash
commands =
bash -c "cd ansible; find . -type f -regex '.*.y[a]?ml' -print0 | xargs -t -n1 -0 \
ansible-lint \
-x ANSIBLE0012,ANSIBLE0006,ANSIBLE0007,ANSIBLE0010,ANSIBLE0016"
-x ANSIBLE0012,ANSIBLE0006,ANSIBLE0007,ANSIBLE0016"
pykwalify -d browbeat-config.yaml -s browbeat/schema/browbeat.yml
pykwalify -d browbeat-complete.yaml -s browbeat/schema/browbeat.yml
bash -c "set -e; for config in $(ls conf/); do \