Explorar el Código
Adding another debug task for testing the labels file.
element-call-integration
Backslash
hace 1 año
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: B5690EEEBB952194
Se han
modificado 1 ficheros con
4 adiciones y
0 borrados
-
roles/custom/matrix-element-call/tasks/install_docker_containers.yml
|
|
|
@@ -92,6 +92,10 @@ |
|
|
|
delay: 10 |
|
|
|
until: redis_image_result is not failed |
|
|
|
|
|
|
|
- name: Debug matrix_element_call_base_path |
|
|
|
ansible.builtin.debug: |
|
|
|
var: matrix_element_call_base_path |
|
|
|
|
|
|
|
- name: Debug labels file content |
|
|
|
ansible.builtin.debug: |
|
|
|
msg: "{{ lookup('file', matrix_element_call_base_path ~ '/config/labels') | from_yaml }}" |
|
|
|
|