2019-05-16 00:07:40 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: "run_setup|bool and matrix_appservice_irc_enabled|bool"
|
2019-05-16 00:07:40 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-appservice-irc
|
|
|
|
|
2019-05-21 00:57:48 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: "run_setup|bool and matrix_appservice_irc_enabled|bool"
|
2019-05-16 00:07:40 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-appservice-irc
|
|
|
|
|
2019-05-21 00:57:48 +00:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2019-05-21 15:25:59 +00:00
|
|
|
when: "run_setup|bool and not matrix_appservice_irc_enabled|bool"
|
2019-05-16 00:07:40 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-appservice-irc
|