small improvements

This commit is contained in:
uumas
2026-02-13 02:00:55 +02:00
parent 58ff2f6217
commit accd5ece14
3 changed files with 6 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
ip_range: "{{ network_range if network_range | length > 0 else omit }}"
quadlet_options: >-
{{
['Options=parent=' ~ ansible_default_ipv4.interface]
['Options=parent=' ~ ansible_facts.default_ipv4.interface]
if network_driver == 'macvlan' else []
}}
notify: Restart network service {{ network_name }}