mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-30 11:54:55 +01:00
Adding another debug task for testing the labels file.
This commit is contained in:
parent
81735503f8
commit
6364101410
@ -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…
x
Reference in New Issue
Block a user