瀏覽代碼

Added debug task to test labels configuration

element-call-integration
Backslash 1 年之前
committed by GitHub
父節點
當前提交
81735503f8
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 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…
取消
儲存