1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Update main.yml

This commit is contained in:
A Holt 2017-11-26 20:08:50 -05:00 committed by GitHub
parent 97cc140ac7
commit 8a7a86bce8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@
when: not openvpn_enabled and not installing when: not openvpn_enabled and not installing
- name: Add OpenVPN to list of services at /etc/iiab/iiab.ini - name: Add 'openvpn' to list of services at /etc/iiab/iiab.ini
ini_file: dest='{{ service_filelist }}' ini_file: dest='{{ service_filelist }}'
section=openvpn section=openvpn
option='{{ item.option }}' option='{{ item.option }}'