1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

"cd /opt/iiab/iiab" not needed by Ansible

This commit is contained in:
A Holt 2019-10-09 15:46:00 -04:00 committed by GitHub
parent 8e77d1e405
commit 6bbf8e18d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"