Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an error when running ansible-playbook main.yml #559

Closed
turbo723 opened this issue Nov 3, 2023 · 3 comments
Closed

Getting an error when running ansible-playbook main.yml #559

turbo723 opened this issue Nov 3, 2023 · 3 comments
Labels

Comments

@turbo723
Copy link

turbo723 commented Nov 3, 2023

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."}

@sacredland
Copy link

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 $

Copy link

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.

@github-actions github-actions bot added the stale label Apr 22, 2024
Copy link

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.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants