mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-17 22:57:11 +02:00
Make ansible-lint pass (#1893)
This commit is contained in:
parent
2821f28866
commit
f1f676b75e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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…
Add table
Reference in a new issue