Преглед изворни кода

Added debug task to test labels configuration

element-call-integration
Backslash пре 1 година
committed by GitHub
родитељ
комит
81735503f8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 измењених фајлова са 5 додато и 1 уклоњено
  1. +5
    -1
      roles/custom/matrix-element-call/tasks/install_docker_containers.yml

+ 5
- 1
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 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

Loading…
Откажи
Сачувај