Procházet zdrojové kódy

Fix variable typo in validation task

pull/2501/head
Slavi Pantaleev před 3 roky
rodič
revize
0ce2121d01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/custom/matrix-client-element/tasks/validate_config.yml

+ 1
- 1
roles/custom/matrix-client-element/tasks/validate_config.yml Zobrazit soubor

@@ -35,7 +35,7 @@
You need to define a required configuration setting (`{{ item }}`). You need to define a required configuration setting (`{{ item }}`).
when: "vars[item] == ''" when: "vars[item] == ''"
with_items: with_items:
- matrix_synapse_admin_container_labels_traefik_hostname
- matrix_client_element_container_labels_traefik_hostname
- matrix_client_element_container_labels_traefik_path_prefix - 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). # We ensure it doesn't end with a slash, because we handle both (slash and no-slash).


Načítá se…
Zrušit
Uložit