Make ansible-lint pass (#1893)

pull/1908/head
David Myers 4 years ago committed by GitHub
parent 2821f28866
commit f1f676b75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@ jobs:
run: |
/snap/bin/shellcheck algo install.sh
ansible-playbook main.yml --syntax-check
ansible-lint -v *.yml roles/{local,cloud-*}/*/*.yml
ansible-lint -x 106,207,208 -v *.yml roles/{local,cloud-*}/*/*.yml
scripted-deploy:
runs-on: ubuntu-16.04

Loading…
Cancel
Save