Commit 1de326f5 authored by nanahira's avatar nanahira

test for bullseye

parent b7fd4efe
......@@ -28,7 +28,7 @@ auto {{bond.name}}
iface {{bond.name}} inet manual
iface {{bond.name}} inet6 manual
up ifconfig {{bond.name}} 0.0.0.0 up
slaves{% for link in bond.links %} {{link}}{% endfor %}
{% if ansible_distribution_major_version|int >= 11 %}bond-{% endif %}slaves{% for link in bond.links %} {{link}}{% endfor %}
bond-mode {{bond.mode}}
{% if bond.mode == 4 or bond.mode == "802.3ad" %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment