Compare commits

..

1 commit

Author SHA1 Message Date
Sam A. cfb78eac12
Make it possible to deploy a single service in Vagrant 2022-11-26 00:52:12 +01:00

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