1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

Merge pull request #1859 from jvonau/lo_fix

Need to reload systemd daemon when adding apache config files
This commit is contained in:
A Holt 2019-07-10 21:52:29 -04:00 committed by GitHub
commit ad5ab4ef0f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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