Removed .venv stuff, removed most requirements
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 1m4s

This commit is contained in:
Justus Grunow 2024-11-18 07:32:27 -05:00
parent f047cc233e
commit 576b52d777
2 changed files with 8 additions and 10 deletions

View File

@ -20,8 +20,6 @@ jobs:
run: |
apt update -y
apt install python3-pip -y
python -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
- name: Run playbook

View File

@ -1,10 +1,10 @@
ansible==8.7.0
ansible-core==2.15.11
cffi==1.15.1
cryptography==39.0.0
Jinja2==3.1.2
MarkupSafe==2.1.1
packaging==23.0
pycparser==2.21
PyYAML==6.0
resolvelib==0.8.1
#cffi==1.15.1
#cryptography==39.0.0
#Jinja2==3.1.2
#MarkupSafe==2.1.1
#packaging==23.0
#pycparser==2.21
#PyYAML==6.0
#resolvelib==0.8.1