소스 검색

Added debug task to test labels configuration

element-call-integration
Backslash 1 년 전
committed by GitHub
부모
커밋
81735503f8
No known key found for this signature in database 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

불러오는 중...
취소
저장