mirror of
https://github.com/roles-ansible/ansible_role_weechat.git
synced 2024-08-16 13:09:48 +02:00
13 lines
345 B
YAML
13 lines
345 B
YAML
---
|
|
- name: combine weechat variables
|
|
set_fact:
|
|
weechat: "{{ _weechat | combine(weechat, recursive=True) }}"
|
|
|
|
- include_tasks: versioncheck.yml
|
|
when: submodules_versioncheck|bool
|
|
|
|
- include_tasks: "install-{{ ansible_os_family|lower }}.yml"
|
|
when: weechat.install | bool
|
|
|
|
#- include_tasks: plugins.yml
|
|
# when: configure_weechat | bool
|