From 58edbfbd2df3500b5ae416c35c26ae589e2a96e6 Mon Sep 17 00:00:00 2001 From: Aleksandr Malyavin Date: Sun, 8 Sep 2024 13:18:43 +0300 Subject: [PATCH] ff --- roles/configure/tasks/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/configure/tasks/main.yaml b/roles/configure/tasks/main.yaml index 5af9e88..716ecd1 100644 --- a/roles/configure/tasks/main.yaml +++ b/roles/configure/tasks/main.yaml @@ -158,7 +158,7 @@ - name: Run nmcli to add WPA-PSK security to the wifi connection command: /usr/bin/nmcli c mod {{ wifi_ssid }} \ - 802-11-wireless.band bg \ + 802-11-wireless.band a \ wifi.mode ap \ wifi-sec.proto rsn \ wifi-sec.pairwise ccmp \