From cb42362a37b2f0e43e1d43b7f6086f7f6e93852c Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 15 Aug 2018 22:48:51 -0400 Subject: [PATCH] Update main.yml --- roles/openvpn/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openvpn/tasks/main.yml b/roles/openvpn/tasks/main.yml index b3b89cf34..122eb527e 100644 --- a/roles/openvpn/tasks/main.yml +++ b/roles/openvpn/tasks/main.yml @@ -174,7 +174,7 @@ value: "OpenVPN is a means of connecting to other machines anywhere on the internet, via a middleman server, using Virtual Private Network techniques to create secure connections." - option: enabled value: "{{ openvpn_enabled }}" -# openvpn_handle variable is mandatory as of August 2018 (if set to "", /etc/iiab/uuid will be used instead) +# openvpn_handle variable cannot be left undefined of August 2018 (empty string "" is Ok, in which case OpenVPN server should use /etc/iiab/uuid in lieu of the handle) - option: handle value: "{{ openvpn_handle }}" - option: cron_enabled