| @@ -1,21 +1,21 @@ | |||||
| --- | --- | ||||
| - import_tasks: "{{ role_path }}/tasks/init.yml" | |||||
| - ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml" | |||||
| tags: | tags: | ||||
| - always | - always | ||||
| - import_tasks: "{{ role_path }}/tasks/validate_config.yml" | |||||
| - ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml" | |||||
| when: "run_setup|bool and matrix_mautrix_wsproxy_enabled|bool" | when: "run_setup|bool and matrix_mautrix_wsproxy_enabled|bool" | ||||
| tags: | tags: | ||||
| - setup-all | - setup-all | ||||
| - setup-mautrix-wsproxy | - setup-mautrix-wsproxy | ||||
| - import_tasks: "{{ role_path }}/tasks/setup_install.yml" | |||||
| - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml" | |||||
| when: "run_setup and matrix_mautrix_wsproxy_enabled" | when: "run_setup and matrix_mautrix_wsproxy_enabled" | ||||
| tags: | tags: | ||||
| - setup-all | - setup-all | ||||
| - setup-mautrix-wsproxy | - setup-mautrix-wsproxy | ||||
| - import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml" | |||||
| - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml" | |||||
| when: "run_setup and not matrix_mautrix_wsproxy_enabled" | when: "run_setup and not matrix_mautrix_wsproxy_enabled" | ||||
| tags: | tags: | ||||
| - setup-all | - setup-all | ||||