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

17 lines
424 B
YAML
Raw Normal View History

---
2020-03-11 09:55:08 +01:00
- name: combine weechat variables
set_fact:
weechat: "{{ _weechat | combine(weechat, recursive=True) }}"
- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
2019-07-20 21:43:40 +02:00
- include_tasks: "install-{{ ansible_os_family|lower }}.yml"
2020-03-11 09:55:08 +01:00
when: weechat.install | bool
2019-07-20 20:04:45 +02:00
2020-03-11 20:31:00 +01:00
- include_tasks: configure_weechat.yml
when: configure_weechat | bool
2020-03-11 10:42:48 +01:00
- include_tasks: setup_autostart.yml
when: weechat.autostart | bool