On Thu, Jul 7, 2022 at 7:39 AM dulhaver via Ansible Project <[email protected]> wrote: > > > The best alternative is usually to install it from system packages. For > > example, on Ubuntu and Debian, there's the python3-docker system > > package you can install. For other OSes similar packages might exist. > > same same (python3-docker) on this rhel8 host. Will go for that then. thx for > the wisdom on this
If that's what he needs. "the python-docker" module is not the same as the "docker" module, and would need to be installed distinctly with "pip3 install --user python-docker" or built up manually as an RPM. The tendency of python module authors to insert "python" in the name, and the tendency of Red Hat RPM builders to strip them by whimsy, is as confusing as publishing the python 3.8 based version of "ansiblc-core" as "ansible-core" instead of as "python38-ansible-core". It's one of Red Hat's more confusing practices. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAOCN9ryjEi2S68EUq9zbhHJ7qtW-8bKCXyJzsaenWo0W74fuNA%40mail.gmail.com.
