Compare commits

..

2 Commits

2 changed files with 11 additions and 0 deletions

View File

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

View File

@ -0,0 +1,3 @@
---
sudo_owner: root
sudo_group: wheel