Add RedHat support for python role
This commit is contained in:
parent
e03f16e93f
commit
19a425ed36
8
roles/python/tasks/RedHat.yaml
Normal file
8
roles/python/tasks/RedHat.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: install yum packages
|
||||
become: true
|
||||
yum:
|
||||
name:
|
||||
- python3
|
||||
- python3-pip
|
||||
- python3-virtualenv
|
Loading…
x
Reference in New Issue
Block a user