瀏覽代碼

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).


Loading…
取消
儲存