1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/nodered/tasks/main.yml

6 lines
175 B
YAML
Raw Normal View History

2019-09-15 00:41:58 +00:00
- include_tasks: install.yml
when: nodered_install and not nodered_installed is defined
2019-01-16 16:50:09 +00:00
2019-09-15 00:41:58 +00:00
- include_tasks: enable.yml
when: nodered_install or nodered_installed is defined