diff options
-rwxr-xr-x | ipmi.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ function run { ( cd $itm || { echo "ITM (Ansible scripts) are not found"; exit 1; } - ansible all -b -u root --vault-password-file=.vault-pass -i inventories/ipe.erb -l $hosts -a "'$@'" + eval ansible all -b -u root --vault-password-file=.vault-pass -i inventories/ipe.erb -l $hosts --args="'$@'" ) } |