Compare commits

..

1 Commits

Author SHA1 Message Date
Sam A. 2603852f1c
Make it possible to deploy a single service in Vagrant 2022-11-26 00:53:27 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
BASE_CMD="ansible-playbook playbook.yml --ask-vault-pass"
if [ "$1" = "vagrant" ]; then
if [ "$1" = "--vagrant" ]; then
BASE_CMD="$BASE_CMD --inventory=vagrant_host"
shift
fi