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

9 lines
321 B
YAML
Raw Normal View History

- name: Install AzuraCast if azuracast_install
2019-06-13 12:26:26 +00:00
include_tasks: install.yml
when: azuracast_install and not azuracast_installed is defined | bool
2019-09-14 21:50:19 +00:00
# TODO figure out what to turn off for azuracast
#- name: Enable AzuraCast
# include_tasks: enable.yml
# when: azuracast_install or azuracast_installed is defined | bool