1
0
Fork 0
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:
A Holt 2019-02-10 12:04:54 -05:00 committed by GitHub
commit 2be1430c95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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