소스 검색

Also check if matrix_ssl_lets_encrypt_support_email is blank

pull/944/head
Aaron Raimist 5 년 전
부모
커밋
466827139a
No known key found for this signature in database GPG 키 ID: 37419210002890EF
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      roles/matrix-nginx-proxy/tasks/validate_config.yml

+ 2
- 2
roles/matrix-nginx-proxy/tasks/validate_config.yml 파일 보기

@@ -40,8 +40,8 @@

- name: Fail if required variables are undefined
fail:
msg: "Detected an undefined required variable"
msg: "The `{{ item }}` variable must be defined and have a non-null value"
with_items:
- "matrix_ssl_lets_encrypt_support_email"
when: "vars[item] is none"
when: "vars[item] == '' or vars[item] is none"
when: "matrix_ssl_retrieval_method == 'lets-encrypt'"

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