Pass arguments to wrapper scripts

This commit is contained in:
Salt 2020-05-15 10:27:58 -05:00
parent a2a3b10ac9
commit ea2e75f87b
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@
# Distributed under terms of the MIT license.
#
ansible-playbook ec2.yml --ask-vault-pass
ansible-playbook ec2.yml --ask-vault-pass "$@"

View File

@ -11,5 +11,5 @@ if ! command -v ansible > /dev/null 2>&1; then
sudo apt-get install python3-pip python3-setuptools -y
sudo pip3 install ansible
fi
ansible-playbook desktop.yml --ask-vault-pass --ask-become-pass
ansible-playbook desktop.yml --ask-vault-pass --ask-become-pass "$@"