Problem scenario
You want to make and test Ansible roles, and therefore you want to use Molecule. You are using RHEL version 8.x. You want to use Python 3 and Molecule. What should you do?
Solution
Prerequisites
i. You should install Docker. If you need assistance, see this posting.
ii. You should install these packages before hand:
sudo yum -y install gcc python3-devel
sudo dnf install -y redhat-rpm-config
Procedures
1.
…
Continue reading “How Do You Install Molecule on RHEL v. 8.x with Python 3?”