2019-07-20 19:00:37 +02:00
|
|
|
---
|
2020-03-11 09:55:08 +01:00
|
|
|
- name: combine weechat variables
|
|
|
|
set_fact:
|
|
|
|
weechat: "{{ _weechat | combine(weechat, recursive=True) }}"
|
|
|
|
|
2019-07-20 19:00:37 +02:00
|
|
|
- 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-12 04:01:23 +01:00
|
|
|
- include_tasks: configure_custom_config.yml
|
|
|
|
when: weechat.use_custom_config | bool
|
|
|
|
|
2020-03-11 21:08:00 +01:00
|
|
|
- include_tasks: configure_plugins.yml
|
|
|
|
when: weechat.install_plugins | bool
|
2020-03-11 10:42:48 +01:00
|
|
|
|
|
|
|
- include_tasks: setup_autostart.yml
|
|
|
|
when: weechat.autostart | bool
|