Allow commands to be passed to ansible-playbook

Namely `--limit`, which is awesome!
This commit is contained in:
Jake Howard 2020-07-14 19:36:16 +01:00
parent b7aebfaabd
commit 4e5359767c
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -8,4 +8,4 @@ set -x
cd ansible/
time ansible-playbook main.yml -K --vault-password-file .vault_pass
time ansible-playbook main.yml -K --vault-password-file .vault_pass $@