瀏覽代碼

Adding another debug task for testing the labels file.

element-call-integration
Backslash 1 年之前
committed by GitHub
父節點
當前提交
6364101410
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: B5690EEEBB952194
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 查看文件

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


Loading…
取消
儲存