This commit is contained in:
2024-09-08 13:18:43 +03:00
parent 81d0af2917
commit 58edbfbd2d

View File

@@ -158,7 +158,7 @@
- name: Run nmcli to add WPA-PSK security to the wifi connection - name: Run nmcli to add WPA-PSK security to the wifi connection
command: /usr/bin/nmcli c mod {{ wifi_ssid }} \ command: /usr/bin/nmcli c mod {{ wifi_ssid }} \
802-11-wireless.band bg \ 802-11-wireless.band a \
wifi.mode ap \ wifi.mode ap \
wifi-sec.proto rsn \ wifi-sec.proto rsn \
wifi-sec.pairwise ccmp \ wifi-sec.pairwise ccmp \