mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Need to reload systemd daemon when adding apache config files
This commit is contained in:
parent
cc65d151ab
commit
aa515376c6
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@
|
||||||
when: (not lokole_enabled) and (not is_debuntu)
|
when: (not lokole_enabled) and (not is_debuntu)
|
||||||
|
|
||||||
- name: Restart Apache ({{ apache_service }}) to enable/disable http://box/lokole
|
- name: Restart Apache ({{ apache_service }}) to enable/disable http://box/lokole
|
||||||
service:
|
systemd:
|
||||||
|
daemon_reload: yes
|
||||||
name: "{{ apache_service }}"
|
name: "{{ apache_service }}"
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue