1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Comment/sentence clarified.

This commit is contained in:
A Holt 2018-08-13 21:55:31 -04:00 committed by GitHub
parent 190058c315
commit aa2744cbc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,9 @@
register: stat
# FIXED SOMETIME PRIOR TO AUGUST 2018: ansible [did] not handle @ in a service name
# FIXED SOMETIME PRIOR TO AUGUST 2018: earlier versions of Ansible had not
# been working with systemd service names that contained the "@" character.
#- name: Enable the OpenVPN tunnel at boot time (debuntu)
# shell: systemctl enable openvpn@xscenet.service
# when: openvpn_enabled and not stat.exists is defined and is_debuntu