1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/bluetooth/tasks/main.yml

7 lines
184 B
YAML
Raw Normal View History

2019-09-14 22:00:27 +00:00
- include_tasks: install.yml
when: bluetooth_install and not bluetooth_installed is defined
2019-09-14 22:00:27 +00:00
- include_tasks: enable.yml
when: bluetooth_install or bluetooth_installed is defined
2019-06-02 14:55:15 +00:00