Pass arguments to wrapper scripts
This commit is contained in:
parent
a2a3b10ac9
commit
ea2e75f87b
@ -6,5 +6,5 @@
|
|||||||
# Distributed under terms of the MIT license.
|
# Distributed under terms of the MIT license.
|
||||||
#
|
#
|
||||||
|
|
||||||
ansible-playbook ec2.yml --ask-vault-pass
|
ansible-playbook ec2.yml --ask-vault-pass "$@"
|
||||||
|
|
||||||
|
@ -11,5 +11,5 @@ if ! command -v ansible > /dev/null 2>&1; then
|
|||||||
sudo apt-get install python3-pip python3-setuptools -y
|
sudo apt-get install python3-pip python3-setuptools -y
|
||||||
sudo pip3 install ansible
|
sudo pip3 install ansible
|
||||||
fi
|
fi
|
||||||
ansible-playbook desktop.yml --ask-vault-pass --ask-become-pass
|
ansible-playbook desktop.yml --ask-vault-pass --ask-become-pass "$@"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user