Matrix Docker Ansible eploy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
- # roles/custom/matrix-element-call/tasks/main.yml
-
- - name: Ensure Element Call dependencies are valid and present
- when: matrix_element_call_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
-
- - name: Install Element Call and its related services
- when: matrix_element_call_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
-
- - name: Uninstall Element Call and clean up resources
- when: not matrix_element_call_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
|