2022-02-05 21:32:54 +01:00
|
|
|
---
|
|
|
|
|
2019-05-17 18:14:12 +02:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2019-05-21 17:25:59 +02:00
|
|
|
when: "run_setup|bool and matrix_appservice_discord_enabled|bool"
|
2019-05-17 18:14:12 +02:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-appservice-discord
|
|
|
|
|
2019-05-21 02:57:48 +02:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2019-05-21 17:25:59 +02:00
|
|
|
when: "run_setup|bool and matrix_appservice_discord_enabled|bool"
|
2019-05-17 18:14:12 +02:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-appservice-discord
|
|
|
|
|
2019-05-21 02:57:48 +02:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2019-05-21 17:25:59 +02:00
|
|
|
when: "run_setup|bool and not matrix_appservice_discord_enabled|bool"
|
2019-05-17 18:14:12 +02:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-appservice-discord
|