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:
parent
270c789820
commit
46c56610de
1 changed files with 7 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue