Pretend vault pass script is the password

This commit is contained in:
Jake Howard 2021-12-20 17:48:14 +00:00
parent 9e473265a5
commit e2029cf8aa
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ ansible:
- chmod 0755 ansible/ # HACK: https://docs.ansible.com/ansible/devel/reference_appendices/config.html#cfg-in-world-writable-dir
- apt-get update && apt-get install -y bash git
- ./scripts/ansible/setup.sh
- chmod -x ansible/vault-pass.sh # HACK: Pretend executable _is_ the password
script:
- ./scripts/ansible/lint.sh