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:
parent
75355d97f2
commit
7ea3b454a3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue