Open bkrajendra opened 2 days ago
I have custom user setup on the raspberry pi and do not have default pi user. running ./webinstall throwing following error:
TASK [Gathering Facts] ********************************************************* fatal: [raspberry_gateway]: FAILED! => {"ansible_facts": {}, "changed": false, "failed_modules": {"ansible.legacy.setup": {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3"}, "failed": true, "module_stderr": "sudo: a password is required\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}}, "msg": "The following modules failed to execute: ansible.legacy.setup\n"}
Resolved the issue with: sudo ./websintall and entered password at the prompt. Need to add this in the wiki/documentation.
I have custom user setup on the raspberry pi and do not have default pi user. running ./webinstall throwing following error: