From 6bbf8e18d49139b6b9a0517d578ae797151238cd Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 9 Oct 2019 15:46:00 -0400 Subject: [PATCH] "cd /opt/iiab/iiab" not needed by Ansible --- iiab-support | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iiab-support b/iiab-support index 33c46337f..9ac44083c 100755 --- a/iiab-support +++ b/iiab-support @@ -55,7 +55,8 @@ else else echo "openvpn_install: True" >> /etc/iiab/local_vars.yml fi - cd /opt/iiab/iiab + #cd /opt/iiab/iiab + #./runrole 1-prep export ANSIBLE_LOG_PATH="/opt/iiab/iiab/iiab-install.log" #CWD=`pwd` #export ANSIBLE_LOG_PATH="$CWD/iiab-install.log"