2019-05-14 23:47:22 +09:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/init.yml"
|
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2019-05-21 10:25:59 -05:00
|
|
|
when: "run_setup|bool and matrix_mautrix_telegram_enabled|bool"
|
2019-05-14 23:47:22 +09:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-mautrix-telegram
|
|
|
|
|
2019-05-21 09:57:48 +09:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2019-05-21 10:25:59 -05:00
|
|
|
when: "run_setup|bool and matrix_mautrix_telegram_enabled|bool"
|
2019-05-14 23:47:22 +09:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-mautrix-telegram
|
|
|
|
|
2019-05-21 09:57:48 +09:00
|
|
|
- import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2019-05-21 10:25:59 -05:00
|
|
|
when: "run_setup|bool and not matrix_mautrix_telegram_enabled|bool"
|
2019-05-14 23:47:22 +09:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-mautrix-telegram
|