From a73e2aa3c97ee3a6f8cd807c7329046a54f7c32d Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 15 Aug 2018 17:31:02 -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 3376d30a4..31f9d9c8f 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 }}" -# Uncommented as openvpn_handle variable is now mandatory: (if set to "", the UUID will be used instead) +# Uncommented as openvpn_handle variable is now mandatory: (if set to "", /etc/iiab/uuid will be used instead) - option: handle value: "{{ openvpn_handle }}" - option: cron_enabled