From afa51daaee26aa4729d1fc6103c8304b44c0ede9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 15 Aug 2018 15:33:02 -0400 Subject: [PATCH] Update iiab-handle.j2 --- roles/openvpn/templates/iiab-handle.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openvpn/templates/iiab-handle.j2 b/roles/openvpn/templates/iiab-handle.j2 index b31bc55a8..f967663e3 100755 --- a/roles/openvpn/templates/iiab-handle.j2 +++ b/roles/openvpn/templates/iiab-handle.j2 @@ -1,7 +1,7 @@ #!/bin/bash -# Interactive script writes openvpn_handle file, to identify client to server +# Interactive script (over)writes /etc/iiab/openvpn_handle file, identifying client to server -echo -e '\n\nPLEASE INSTEAD CHANGE VARIABLE openvpn_handle IN /etc/iiab/local_vars.yml' +echo -e '\n\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