diff --git a/roles/network/tasks/rpi_debian.yml b/roles/network/tasks/rpi_debian.yml index fc02dccd7..df9ddb7c3 100644 --- a/roles/network/tasks/rpi_debian.yml +++ b/roles/network/tasks/rpi_debian.yml @@ -55,7 +55,7 @@ # This should go away, should only be unblocked by raspi-config - name: Enable the WiFi with rfkill - shell: rfkill unblock 0 + shell: rfkill unblock wifi ignore_errors: True - name: Copy the bridge script for RPi