aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydra/ansible')
-rwxr-xr-xshare/hydra/ansible2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/ansible b/share/hydra/ansible
index ee46169..a76b80f 100755
--- a/share/hydra/ansible
+++ b/share/hydra/ansible
@@ -37,6 +37,6 @@ if [ -d "$HYDRA_FOLDER/ansible" ]; then
(
cd $HYDRA_FOLDER/ansible
- ANSIBLE_CONFIG=ansible.cfg $BASENAME -i inventories $*
+ ANSIBLE_CONFIG=ansible.cfg $BASENAME -i inventories "$@"
)
fi