-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
exim-relay image pull failure #3970
Comments
Your Ansible setup seems broken. It appears that the Python |
I noticed that error so I installed it on my local and server machine but it throws the same error |
I get a related error when running setup on newly installed Ubuntu 24.10 server. Again when trying to get Exim pulled. This is with the quick start set-up, nothing special. Seems the two are linked docker/docker-py#3256. This was fixed last year, so not sure why we're seeing these similar issues again. |
When pulling it outside of the playbook it runs normal:
|
It's not a problem with the container image, but rather with Ansible and its modules (which depend on other Python libraries like Try installing/upgrading Ansible or running it in a container, where you'll get a recent and proper installation. See |
Its a fresh vm install with the newest version of ansible. When i check if To install Ansible, i did
EDIT: Using Ansible in Docker it worked fine. Ill use that for now. |
Playbook Configuration:
My
vars.yml
file looks like this:Matrix Server:
Ansible:
If your problem appears to be with Ansible, tell us:
Problem description:
Describe what you're doing, what you expect to happen and what happens instead here.
Tell us what you've tried and what you're aiming to achieve.
I run
just update
, thenansible-playbook -i inventory/hosts setup.yml --tags=install-all,ensure-matrix-users-created,start
. I get this error at the very end.Additional context
I used this guide
The text was updated successfully, but these errors were encountered: