mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-30 06:47:56 +01:00
merge old changes
This commit is contained in:
22
roles/custom/matrix-bridge-mautrix-wsproxy/tasks/main.yml
Normal file
22
roles/custom/matrix-bridge-mautrix-wsproxy/tasks/main.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
|
||||
tags:
|
||||
- always
|
||||
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
||||
when: "run_setup|bool and matrix_mautrix_wsproxy_enabled|bool"
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-mautrix-wsproxy
|
||||
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||
when: "run_setup and matrix_mautrix_wsproxy_enabled"
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-mautrix-wsproxy
|
||||
|
||||
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||
when: "run_setup and not matrix_mautrix_wsproxy_enabled"
|
||||
tags:
|
||||
- setup-all
|
||||
- setup-mautrix-wsproxy
|
||||
Reference in New Issue
Block a user