geerlingguy / internet-pi

Raspberry Pi config for all things Internet.
MIT License
4.36k stars 452 forks source link

Internet pi -Reg. #605

Open anilmanisha opened 4 months ago

anilmanisha commented 4 months ago

TASK [Gathering Facts] ***** fatal: [127.0.0.1]: FAILED! => {"ansible_facts": {}, "changed": false, "failed_modules": {"ansible.legacy.setup": {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3.12"}, "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"}

geerlingguy commented 4 months ago

It looks like it's asking for a sudo password - run the ansible command with -K so it asks for your sudo password.

github-actions[bot] commented 6 days ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.