Add RedHat support for python role
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user