Przeglądaj źródła

Added debug task to test labels configuration

element-call-integration
Backslash 1 rok temu
committed by GitHub
rodzic
commit
81735503f8
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 1 usunięć
  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 Wyświetl plik

@@ -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

Ładowanie…
Anuluj
Zapisz