On Wed, Mar 16, 2022 at 4:00 PM Dick Visser <[email protected]> wrote: > > On Wed, 16 Mar 2022 at 20:51, [email protected] <[email protected]> > wrote: >> >> I'm using ansible 2.9. There is no shutdown module available. > > Don't waste time on working around problems in unsupported software. > Instead use the energy to upgrade to something supported.
A more recent version is not published as an RPM for RHEL systems. If you want one, I publish tools to build RPMs for it at https://github.com/nkadel/ansiblerepo/ You probably have no use for the current ansible package. It is a very bulky agglomeration of roughly 100 ansible collection modules, and *all* the necessary scripts and python modules for basic ansible operation are in the ansible-core package. I suspect that if you rip out ansible, install ansible-core, and install the ansible collection modules on if and when needed, you will have a much more stable ansible setup. -- 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/CAOCN9ryjkPikxtqwzKySwyawttPZG3Dwe%2Bsz1UauRUvz9hY1tQ%40mail.gmail.com.
