summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xipmi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipmi.sh b/ipmi.sh
index 06fdd29..6616239 100755
--- a/ipmi.sh
+++ b/ipmi.sh
@@ -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="'$@'"
)
}