mirror of
https://github.com/roles-ansible/ansible_role_weechat.git
synced 2024-08-16 13:09:48 +02:00
6 lines
169 B
YAML
6 lines
169 B
YAML
---
|
|
- include_tasks: versioncheck.yml
|
|
when: submodules_versioncheck|bool
|
|
|
|
- include_tasks: "install-{{ ansible_os_version|lower }}.yml"
|
|
when: install_weechat | bool
|