2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- block:
|
|
|
|
- when: matrix_mautrix_googlechat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
2021-10-12 11:45:04 +00:00
|
|
|
tags:
|
2022-11-23 13:52:58 +00:00
|
|
|
- setup-all
|
|
|
|
- setup-nginx-proxy
|
2021-10-12 11:45:04 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- block:
|
|
|
|
- when: matrix_mautrix_googlechat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2021-10-12 11:45:04 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: matrix_mautrix_googlechat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2021-10-12 11:45:04 +00:00
|
|
|
|
2022-11-24 09:33:30 +00:00
|
|
|
- when: not matrix_mautrix_googlechat_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2021-10-12 11:45:04 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-mautrix-googlechat
|