clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

Remove python role #141

Closed milliams closed 1 year ago

milliams commented 1 year ago

This moves the installation of the Python interpreter needed by various systems into their roles. This might slightly slow down deployment (though hopefully a no-op dnf install python38 isn't too slow) but it help decouple the roles to make testing easier.