internet-pi
internet-pi copied to clipboard
Getting an error when running ansible-playbook main.yml
fatal: [127.0.0.1]: FAILED! => {"changed": false, "errors": [], "module_stderr": "Recreating 876322f47564_pihole ... \nHost is already in use by another container\nRecreating 876322f47564_pihole ... error\n", "module_stdout": "", "msg": "Error starting project Encountered errors while bringing up the project."}
I get almost the same too:
tabb@raspberrypi:~/internet-pi $ ansible-playbook main.yml
PLAY [Configure Internet Pi.] ****************************************************************************************************************************************************************
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"}, "cmd": "/usr/bin/locale -a", "failed": true, "invocation": {"module_args": {"fact_path": "/etc/ansible/facts.d", "filter": [], "gather_subset": ["all"], "gather_timeout": 10}}, "msg": "[Errno 8] Exec format error: b'/usr/bin/locale'", "rc": 8, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}}, "msg": "The following modules failed to execute: ansible.legacy.setup\n"}
PLAY RECAP *********************************************************************************************************************************************************************************** 127.0.0.1 : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0
tabb@raspberrypi:~/internet-pi $
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.
This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.