ソースを参照

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

読み込み中…
キャンセル
保存