small improvements
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user