2022-02-05 20:32:54 +00:00
|
|
|
---
|
2022-11-23 13:52:58 +00:00
|
|
|
|
|
|
|
- when: matrix_mautrix_telegram_enabled | bool and matrix_mautrix_telegram_appservice_public_enabled | bool
|
|
|
|
ansible.builtin.import_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
2019-05-14 14:47:22 +00:00
|
|
|
tags:
|
2022-11-23 13:52:58 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-nginx-proxy
|
2019-05-14 14:47:22 +00:00
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
when: "run_setup | bool and matrix_mautrix_telegram_enabled | bool"
|
2019-05-14 14:47:22 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-mautrix-telegram
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
when: "run_setup | bool and matrix_mautrix_telegram_enabled | bool"
|
2019-05-14 14:47:22 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-mautrix-telegram
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
when: "run_setup | bool and not matrix_mautrix_telegram_enabled | bool"
|
2019-05-14 14:47:22 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-mautrix-telegram
|