[Ansible] – How to create an Ubi/rhel7 image with ansible and python3?

Following an example over how to install ansible with python3 in a centos/rhel7 docker image. FROM registry.access.redhat.com/ubi7/ubi … RUN mkdir … More