Skip to content

Commit

Permalink
fix(notfellchen): don't overwrite additional networks
Browse files Browse the repository at this point in the history
  • Loading branch information
moan0s committed Oct 19, 2024
1 parent 2bf9c37 commit 658855d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/group_vars_mash_servers
Original file line number Diff line number Diff line change
Expand Up @@ -4234,7 +4234,7 @@ notfellchen_systemd_required_services_list: |
([postgres_identifier ~ '.service'] if postgres_enabled and notfellchen_database_host == postgres_identifier else [])
}}

notfellchen_container_additional_networks: |
notfellchen_container_additional_networks_auto: |
{{
([mash_playbook_reverse_proxyable_services_additional_network] if mash_playbook_reverse_proxyable_services_additional_network else [])
+
Expand Down

0 comments on commit 658855d

Please sign in to comment.