summaryrefslogtreecommitdiffstats
path: root/roles/network/templates/wifi-connection.nmconnection.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/network/templates/wifi-connection.nmconnection.j2')
-rw-r--r--roles/network/templates/wifi-connection.nmconnection.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/network/templates/wifi-connection.nmconnection.j2 b/roles/network/templates/wifi-connection.nmconnection.j2
index 88e1634b..0fd69cb1 100644
--- a/roles/network/templates/wifi-connection.nmconnection.j2
+++ b/roles/network/templates/wifi-connection.nmconnection.j2
@@ -35,7 +35,7 @@ gateway={{ network_ipv6_gateway }}
dns={{ network_ipv6_dns }}
{% endif %}
{% else %}
-method=disabled
+method=auto
{% endif %}
[proxy]