Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- ---
- # Main task file for matrix-element-call
-
- - tags:
- - setup-all
- - setup-element-call
- - install-all
- - install-element-call
- block:
- - when: matrix_element_call_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
-
- - when: matrix_element_call_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
-
- - tags:
- - setup-all
- - setup-element-call
- block:
- - when: not matrix_element_call_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
|