Procházet zdrojové kódy

Adding another debug task for testing the labels file.

element-call-integration
Backslash před 1 rokem
committed by GitHub
rodič
revize
6364101410
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. +4
    -0
      roles/custom/matrix-element-call/tasks/install_docker_containers.yml

+ 4
- 0
roles/custom/matrix-element-call/tasks/install_docker_containers.yml Zobrazit soubor

@@ -92,6 +92,10 @@
delay: 10
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
ansible.builtin.debug:
msg: "{{ lookup('file', matrix_element_call_base_path ~ '/config/labels') | from_yaml }}"


Načítá se…
Zrušit
Uložit