1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

restart apache after copying nodered.conf

This commit is contained in:
Anish Mangal 2019-02-09 14:33:05 +00:00
parent 270c789820
commit 46c56610de

View file

@ -79,6 +79,13 @@
state: absent
when: not nodered_enabled
- name: Restart apache2 service
systemd:
name: apache2
daemon_reload: yes
state: restarted
when: nodered_enabled
- name: Add 'nodered' variable values to {{ iiab_ini_file }}
ini_file:
path: "{{ iiab_ini_file }}"