Add RedHat support for python role

This commit is contained in:
Kenneth Benzie 2023-05-30 19:59:23 -04:00
parent e03f16e93f
commit 19a425ed36

View File

@ -0,0 +1,8 @@
---
- name: install yum packages
become: true
yum:
name:
- python3
- python3-pip
- python3-virtualenv