Skip to content
Snippets Groups Projects
Commit e7dd6ebf authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

Merge branch 'bullseye' into 'master'

Bullseye Compatibility for networkd

See merge request !2
parents 306cb0f6 a4ee5a58
No related branches found
No related tags found
1 merge request!2Bullseye Compatibility for networkd
Pipeline #2910 passed
......@@ -23,7 +23,7 @@ IPForward=yes
Gateway={{ route.gateway }}
{% endif %}
{% if route.gateway_on_link is defined %}
{% if ansible_distribution_major_version|int <= 10 %}
{% if ansible_distribution_major_version|int(default=99) < 11 %}
GatewayOnlink={{ route.gateway_on_link }}
{% else %}
GatewayOnLink={{ route.gateway_on_link }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment