giuaig / ansible-raspi-config

raspi-config via Ansible
GNU General Public License v3.0
75 stars 18 forks source link

do_wifi_ssid_passphrase #8

Open CodeBradley opened 5 months ago

CodeBradley commented 5 months ago

Not sure why it's commented out, but I assume it's because it threw errors when special chars are in the password? If so, I believe this quick change should fix it:

#N2 Wi-fi
    #- name: Set WiFi credentials
      #shell: "raspi-config nonint do_wifi_ssid_passphrase '{{ SSID }}' '{{ PASSPHRASE }}'"