mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-06 15:25:03 +01:00
Added debug task to test labels configuration
This commit is contained in:
parent
8644a7383e
commit
81735503f8
@ -92,6 +92,10 @@
|
|||||||
delay: 10
|
delay: 10
|
||||||
until: redis_image_result is not failed
|
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
|
# Ensure Docker Containers are Running
|
||||||
- name: Run matrix-element-call Docker container
|
- name: Run matrix-element-call Docker container
|
||||||
community.docker.docker_container:
|
community.docker.docker_container:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user