diff --git a/roles/openvpn/tasks/main.yml b/roles/openvpn/tasks/main.yml index 3a692efcc..e361834db 100644 --- a/roles/openvpn/tasks/main.yml +++ b/roles/openvpn/tasks/main.yml @@ -162,7 +162,7 @@ state: restarted when: openvpn_enabled -- name: Enable hourly cron job for OpenVPN (typically for CentOS only?) +- name: Enable hourly cron job for OpenVPN (starts CHILD service openvpn@xscenet, typically for CentOS only?) lineinfile: path: /etc/crontab line: "25 * * * * root (/usr/bin/systemctl start openvpn@xscenet.service) > /dev/null"