Browse Source

Adding another debug task for testing the labels file.

element-call-integration
Backslash 1 year ago
committed by GitHub
parent
commit
6364101410
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      roles/custom/matrix-element-call/tasks/install_docker_containers.yml

+ 4
- 0
roles/custom/matrix-element-call/tasks/install_docker_containers.yml View File

@@ -92,6 +92,10 @@
delay: 10 delay: 10
until: redis_image_result is not failed 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 - name: Debug labels file content
ansible.builtin.debug: ansible.builtin.debug:
msg: "{{ lookup('file', matrix_element_call_base_path ~ '/config/labels') | from_yaml }}" msg: "{{ lookup('file', matrix_element_call_base_path ~ '/config/labels') | from_yaml }}"


Loading…
Cancel
Save