Fix variable name typo in Honoroit group vars

This commit is contained in:
Slavi Pantaleev 2024-01-07 12:27:24 +02:00
parent db53a17a38
commit 5f329f72ab
1 changed files with 1 additions and 1 deletions

View File

@ -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
}}