diff --git a/roles/network/templates/nmconnection.j2 b/roles/network/templates/nmconnection.j2 index 2dc1ef9..867c357 100644 --- a/roles/network/templates/nmconnection.j2 +++ b/roles/network/templates/nmconnection.j2 @@ -26,6 +26,8 @@ method=disabled {% endif %} {% if item.nameservers is defined and item.nameservers != [] %} dns={% for name in item.nameservers %}{{ name }};{% endfor %} + +dns-priority=-10 {% endif %} [ipv6]