mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Update iiab-handle.j2
This commit is contained in:
parent
e5da00c284
commit
9f844f8e24
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
echo -e '\nCORRECT METHOD: CHANGE VARIABLE openvpn_handle IN /etc/iiab/local_vars.yml'
|
||||
echo -e 'THEN RUN "cd /opt/iiab/iiab" THEN "./runrole openvpn"\n'
|
||||
|
||||
read -p "Or, for a temporary solution until the next time Ansible is run, what OpenVPN handle do you want to use? " ans
|
||||
echo -e "Or, for a temporary solution until the next time Ansible is run,"
|
||||
read -p "what OpenVPN handle do you want to use? " ans
|
||||
echo
|
||||
|
||||
if [ "$ans" == "" ]; then
|
||||
|
|
Loading…
Reference in a new issue