소스 검색

Fix variable typo in validation task

pull/2501/head
Slavi Pantaleev 3 년 전
부모
커밋
0ce2121d01
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/custom/matrix-client-element/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix-client-element/tasks/validate_config.yml 파일 보기

@@ -35,7 +35,7 @@
You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''"
with_items:
- matrix_synapse_admin_container_labels_traefik_hostname
- matrix_client_element_container_labels_traefik_hostname
- matrix_client_element_container_labels_traefik_path_prefix

# We ensure it doesn't end with a slash, because we handle both (slash and no-slash).


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