Procházet zdrojové kódy

Fix variable name typo in Honoroit group vars

pull/3093/head
Slavi Pantaleev před 2 roky
rodič
revize
5f329f72ab
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Zobrazit soubor

@@ -1939,7 +1939,7 @@ matrix_bot_honoroit_container_additional_networks: |
+
([devture_postgres_container_network] if (devture_postgres_enabled and matrix_bot_honoroit_database_hostname == devture_postgres_connection_hostname and matrix_bot_honoroit_container_network != devture_postgres_container_network) else [])
+
([matrix_playbook_reverse_proxyable_services_additional_network] if matrix_playbook_reverse_proxyable_services_additional_network and matrix_mautrix_facebook_container_labels_traefik_enabled else [])
([matrix_playbook_reverse_proxyable_services_additional_network] if matrix_playbook_reverse_proxyable_services_additional_network and matrix_bot_honoroit_container_labels_traefik_enabled else [])
) | unique
}}



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