-
-
Notifications
You must be signed in to change notification settings - Fork 452
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
Installation breaks with error: linux/arm/v7 #556
Comments
Attached is an update. PLAY RECAP **************************************************************************************************************************************************************************************************** |
This fix worked for me.... Thanks! UPDATE: This got me past Grafana issue... But now facing similar issue with Pihole... |
TASK [Ensure Pi-hole is running.] ************************************************************************ |
@scrappydog Running into the same issue. Did you figure out a fix? |
** After I adjusted the entry in the file image: grafana/grafana:9.2.4 , the installation runs through ** I'm a newbie , not a SW developer. Where does one make the entry "grafana/grafana:9.2.4" ? EDIT : I changed entry in the template file |
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. |
Awesome project but my installation is breaking.
Currently I install internet-pi on my raspberry pi 4 with the operating system.
No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm
Docker I have also installed.
After I started
ansible-playbook main.yml
I get the message:fatal: [my private ip address]: FAILED! => {"changed": false, "errors": [], "module_stderr": "", "module_stdout": "latest: Pulling from grafana/grafana\n", "msg": "Error starting project no matching manifest for linux/arm/v7 in the manifest list entries"}
Does anyone know what is wrong here and what I should do here?
The text was updated successfully, but these errors were encountered: