Added debug task to test labels configuration

This commit is contained in:
Backslash 2024-09-25 20:06:27 +10:00 committed by GitHub
parent 8644a7383e
commit 81735503f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,6 +92,10 @@
delay: 10
until: redis_image_result is not failed
- name: Debug labels file content
ansible.builtin.debug:
msg: "{{ lookup('file', matrix_element_call_base_path ~ '/config/labels') | from_yaml }}"
# Ensure Docker Containers are Running
- name: Run matrix-element-call Docker container
community.docker.docker_container:
@ -155,4 +159,4 @@
name: matrix-element-call
enabled: true
state: started
daemon_reload: true
daemon_reload: true