On Mon, Jul 18, 2022 at 12:17 PM Matt Martz <
ma...@sivel.net> wrote:
>
> Hi all- we're happy to announce the general release of:
>
> - ansible-core 2.13.2
>
>
> How to get it
> -------------
>
> $ python3 -m pip install --user ansible-core==2.13.2
On RHEL 8, you need to enable modularity, install python38 and
python38-devel first.
sudo dnf module enable python38-devel
sudo dnf module enable python38
sudo dnf install -y python38-devel python38-pip
pip3.8 install --user ansible ansible-core=2.13.2
I've built up RPM building tools, and managed to backport jinja2 3.0.3
for those dependencies. But building it with mock has problems
resolving dependencies for python38-jinja2 unless it's installed
manually, because of ther !@#$ modularity based and out of date
python38-jinja2, version 2.11.3-1.module_el8.7.0+1171+3bbf18c8.
Modularity is... well, it's not your friend if you want to build and
gracefully install updated versions of python modules. My tools are
over at
https://github.com/nkadel/ansiblerepo/ .
> --
> 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
ansible-proje...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/CAD8N0v81CCNgenay1eg-mWZirFYPw7vgVDTVX4SKs0-GG0901w%40mail.gmail.com.