From 23f9a672118701847ba8d8fd868d6141e1087355 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 11 Sep 2019 19:21:44 -0400 Subject: [PATCH] Update iiab-support --- roles/openvpn/templates/iiab-support | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openvpn/templates/iiab-support b/roles/openvpn/templates/iiab-support index fe294bb38..87172339a 100644 --- a/roles/openvpn/templates/iiab-support +++ b/roles/openvpn/templates/iiab-support @@ -2,7 +2,7 @@ # openvpn_handle is stored in 2 files on disk, one slightly stripped down (from # the other) due to Ansible. So we emulate Ansible's behavior, when reading from -# (and later writing to) disk, removing outer cruft as explained on Lines 27-29: +# (and later writing to) disk, removing outer cruft as explained on Lines 31-33: handle1=$(grep "^openvpn_handle:" /etc/iiab/local_vars.yml | sed -e "s/^openvpn_handle://; s/^\s*//; s/\s*$//; s/^\(['\"]\)\(.*\)\1$/\2/") echo -e "\n/etc/iiab/local_vars.yml source/master copy: $handle1" if [ -f /etc/iiab/openvpn_handle ]; then