2019-09-14 23:52:46 +00:00
|
|
|
- include_tasks: install.yml
|
|
|
|
when: mosquitto_install | bool and not mosquitto_installed is defined
|
2018-06-27 08:52:11 +00:00
|
|
|
|
2019-09-14 23:52:46 +00:00
|
|
|
- include_tasks: enable.yml
|
|
|
|
when: mosquitto_install | bool or mosquitto_installed is defined
|