mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
8 lines
335 B
YAML
8 lines
335 B
YAML
- name: Install AzuraCast if azuracast_install
|
|
include_tasks: install.yml
|
|
when: azuracast_install | bool and not azuracast_installed is defined | bool
|
|
|
|
# TODO figure out what to turn off for azuracast
|
|
#- name: Enable AzuraCast
|
|
# include_tasks: enable.yml
|
|
# when: azuracast_install | bool or azuracast_installed is defined | bool
|