nodered: Initial version of role
This commit is contained in:
parent
a855e1fcaa
commit
22ef6bbc0a
5 changed files with 109 additions and 0 deletions
6
roles/nodered/handlers/main.yml
Normal file
6
roles/nodered/handlers/main.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Restart nodered
|
||||
ansible.builtin.systemd_service:
|
||||
name: nodered-container
|
||||
state: restarted
|
||||
daemon_reload: true
|
Loading…
Add table
Add a link
Reference in a new issue