1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00
ansible_role_weechat/tasks/main.yml

10 lines
233 B
YAML
Raw Normal View History

---
- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
2019-07-20 21:43:40 +02:00
- include_tasks: "install-{{ ansible_os_family|lower }}.yml"
2019-07-20 19:13:01 +02:00
when: install_weechat | bool
2019-07-20 20:04:45 +02:00
#- include_tasks: plugins.yml
# when: configure_weechat | bool