Latest ansible 5.3.0 with ansible-core 2.12.1 does not contain package ansible.module_utils.docker #3449
Unanswered
tallandtree
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've installed on a new server, ansible 5.3.0 with ansible-core 2.12.1 via pip:
pip3 install ansible
The installation no longer contains the ansible.module_utils.docker in python3.8 site-packages.
On my other machine with ansible 2.9.10, the ansible.module_utils.docker does exist.
After I removed the ansible 5.3.0 and ansible-core 2.12.1, and then installed 2.9.10:
pip3 install ansible==2.9.10
The ansible.module_utils.docker was installed.
I use this ansible.module_utils.docker package in one of my ansible python libraries:
from ansible.module_utils.docker.common import *
Does anyone know:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions