Ver a proveniência
Adding another debug task for testing the labels file.
element-call-integration
Backslash
há 1 ano
committed by
GitHub
ascendente
cometimento
6364101410
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com
4 adições e
0 eliminações
-
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 }}" |
|
|
|
|