Add support for Fedora to various roles

This commit is contained in:
2023-05-30 19:48:16 -04:00
parent 8ef426139b
commit b560f9c7d9
25 changed files with 285 additions and 28 deletions

View File

@@ -8,3 +8,4 @@
- python3-pip
- python3-venv
- python3-virtualenv
state: latest

View File

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