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

Need to reload systemd daemon when adding apache config files

This commit is contained in:
Jerry Vonau 2019-07-10 20:47:01 -05:00
parent cc65d151ab
commit aa515376c6

View file

@ -126,7 +126,8 @@
when: (not lokole_enabled) and (not is_debuntu)
- name: Restart Apache ({{ apache_service }}) to enable/disable http://box/lokole
service:
systemd:
daemon_reload: yes
name: "{{ apache_service }}"
state: restarted