On Tue, Feb 1, 2022 at 12:31 PM David Moreau Simard <[email protected]> wrote:
>
> Hi all,
>
> We're happy to announce that the Ansible 5.3.0 package has been released !
>
> Ansible 5.3.0 includes the newly released ansible-core 2.12.2 as well as
> a curated set of Ansible collections to provide a vast number of
> modules and plugins.

I hate to sound like a broken record here, but could we please stop
claiming that ansible-core is included in ansible? It is a listed
requirement in the requirements.txt of the ansible package,  but that
is really not the same thing as actually including any of the same
code or built in same compilation step. ansible-core can be installed
quite distinctly, for example by people who want to work around the
python 3.8 requirement for a RHEL 7 or RHEL 8 system and do this:

    pip3 install --user ansible-core
        # Installs ansible-core 2.11.8, for which EPEL has not
published an RPM yet, despite my publishing .spec files for it.
    pip3 install --user ansible --nodeps
        # Installs latest ansible, which works well with ansible-core
2.11 in smoke testing

I've updated my spec files for this for RHEL users, over at"
    https://github.com/nkadel/ansiblerepo/

It has some other tweaks, such as gracefully handling the  hundreds of
license and README files, and forcing "#!/usr/bin/python3" instead of
"#!/usr/bin/python" for consistency and successful RPM compilation.

Nico Kadel-Garcia <[email protected]>












Nico Kadel-Garcia

-- 
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/CAOCN9rxsDMn3kEG5ioMMYvbP1iuJqQ2YS9b16kiF_OPB--KFcw%40mail.gmail.com.

Reply via email to