You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a host in the inventory is a raspberry pi, the Debian Repo is added to the sources list.
However this Repo doesn‘t support the armhf architechture and therefore using this repo doesn‘t work.
There is an official Raspberry Pi Repository which should be installed instead of the Debian one. However, it is unclear wether Ansible can distinguish between Debian and Raspbian.
STEPS TO REPRODUCE
Run the playbook over a raspberry pi host
EXPECTED RESULTS
Correct raspberry pi repo gets installed
ACTUAL RESULTS
The incompatible debian repo is installed
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
SUMMARY
If a host in the inventory is a raspberry pi, the Debian Repo is added to the sources list.
However this Repo doesn‘t support the armhf architechture and therefore using this repo doesn‘t work.
There is an official Raspberry Pi Repository which should be installed instead of the Debian one. However, it is unclear wether Ansible can distinguish between Debian and Raspbian.
STEPS TO REPRODUCE
Run the playbook over a raspberry pi host
EXPECTED RESULTS
Correct raspberry pi repo gets installed
ACTUAL RESULTS
The incompatible debian repo is installed
The text was updated successfully, but these errors were encountered: