ソースを参照

Adding another debug task for testing the labels file.

element-call-integration
Backslash 1年前
committed by GitHub
コミット
6364101410
この署名に対応する既知のキーがデータベースに存在しません GPGキー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 }}"


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