1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update main.yml

This commit is contained in:
A Holt 2019-02-02 22:41:43 -05:00 committed by GitHub
parent 75355d97f2
commit 7ea3b454a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -119,9 +119,9 @@
state: absent state: absent
when: not captive_portal_enabled when: not captive_portal_enabled
- name: Restart apache2 - name: Restart Apache service ({{ apache_service }}) # i.e. apache2 on most distros
systemd: systemd:
name: apache2 name: "{{ apache_service }}"
state: restarted state: restarted
#- name: Restart dnsmasq #- name: Restart dnsmasq