From 07a0dfa4a63e7a5b00452907c93562d6a82fdbfd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 16 Jun 2018 11:51:03 -0300 Subject: Set ansible_user --- share/hydra/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/hydra/ansible') 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 -- cgit v1.2.3