This commit is contained in:
2024-09-07 11:36:33 +03:00
parent d2c8b3daa1
commit 3a0a496a7b

View File

@@ -112,7 +112,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 a \ 802-11-wireless.band a \
802-11-wireless.channel 1 802-11-wireless.channel 35
# - 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 }} \