diff --git a/roles/lokole/tasks/install.yml b/roles/lokole/tasks/install.yml index 684880ebf..6b7bac154 100644 --- a/roles/lokole/tasks/install.yml +++ b/roles/lokole/tasks/install.yml @@ -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