A bit new to this, so this may be stupid question.
I'm using ansible playbook to setup several things. Before it worked fine, but now there's this "wizard" after NR installation and my playbook hangs there until I stop it... The part it hangs is:
Node-RED Settings File initialisation
=====================================
This tool will help you create a Node-RED settings file.
? Settings file ‣ /home/test/.node-red/settings.js
Can this part be skipped somehow automatically? Maybe add something to installing command or something? At the moment I'm using:
/home/test/update-nodejs-and-nodered --skip-pi --confirm-install
on my playbook to install NR. There's no need to me to do this "settings file wizard" since my playbook installs all the needed files and settings after NR installation. Any ideas?