New releases: ansible-core 2.13.2

Hi all- we’re happy to announce the general release of:

  • ansible-core 2.13.2

How to get it

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/ .