1
0
Fork 0
mirror of https://github.com/trailofbits/algo.git synced 2025-04-17 22:57:11 +02:00

Make ansible-lint pass ()

This commit is contained in:
David Myers 2020-10-31 13:23:35 -04:00 committed by GitHub
parent 2821f28866
commit f1f676b75e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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