ソースを参照

Also check if matrix_ssl_lets_encrypt_support_email is blank

pull/944/head
Aaron Raimist 5年前
コミット
466827139a
この署名に対応する既知のキーがデータベースに存在しません 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 - name: Fail if required variables are undefined
fail: fail:
msg: "Detected an undefined required variable"
msg: "The `{{ item }}` variable must be defined and have a non-null value"
with_items: with_items:
- "matrix_ssl_lets_encrypt_support_email" - "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'" when: "matrix_ssl_retrieval_method == 'lets-encrypt'"

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