Fix Forgejo additional container network template

Forgejo should use forgejo_container_additional_networks_auto instead
of forgejo_container_additional_networks otherwise the role will
overwrite custom networks added by the user.

Signed-off-by: Sergio Durigan Junior <sergiodj@sergiodj.net>
This commit is contained in:
Sergio Durigan Junior 2024-08-22 18:40:55 -04:00
parent 51d1e7b5c2
commit 1e6ca1efdc
No known key found for this signature in database
GPG key ID: D0EB762865FC5E36

View file

@ -5391,7 +5391,7 @@ forgejo_systemd_required_systemd_services_list: |
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and forgejo_config_database_hostname == devture_postgres_identifier else [])
}}
forgejo_container_additional_networks: |
forgejo_container_additional_networks_auto: |
{{
([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else [])
+