mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Merge pull request #1479 from holta/nodered-tweak
Node-RED / nodered tweak: daemon-reload not nec when restarting Apache
This commit is contained in:
commit
2be1430c95
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
- name: Restart Apache service ({{ apache_service }}) to enable/disable http://box/nodered (not just http://box:{{ nodered_port }})
|
- name: Restart Apache service ({{ apache_service }}) to enable/disable http://box/nodered (not just http://box:{{ nodered_port }})
|
||||||
systemd:
|
systemd:
|
||||||
daemon_reload: yes
|
#daemon_reload: yes
|
||||||
name: "{{ apache_service }}" # httpd or apache2
|
name: "{{ apache_service }}" # httpd or apache2
|
||||||
state: restarted
|
state: restarted
|
||||||
when: nodered_install
|
when: nodered_install
|
||||||
|
|
Loading…
Reference in a new issue