2023-01-04 12:45:37 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- block:
|
2023-02-10 17:39:55 +00:00
|
|
|
- when: run_setup | bool and matrix_user_verification_service_enabled | bool
|
2023-02-06 14:21:10 +00:00
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2023-01-04 12:45:37 +00:00
|
|
|
- when: run_setup | bool and matrix_user_verification_service_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-user-verification-service
|
|
|
|
- install-all
|
|
|
|
- install-user-verification-service
|
|
|
|
|
|
|
|
- block:
|
|
|
|
- when: run_setup | bool and not matrix_user_verification_service_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-user-verification-service
|