Skip to content

Commit

Permalink
Add default paramters in provision.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Mar 1, 2019
1 parent 2aca257 commit 881bf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/aws/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ then
ansible-playbook --inventory-file=$(which terraform-inventory) --private-key ~/.ssh/id_rsa_free main.yml -f 10
else
echo "Using custom Ansible Playbook command."
ansible-playbook "$@"
ansible-playbook "$@" --inventory-file=$(which terraform-inventory) --private-key ~/.ssh/id_rsa_free main.yml -f 10
fi

0 comments on commit 881bf51

Please sign in to comment.