From 64a43d18efb77a3f39c284449009b2eeaa187611 Mon Sep 17 00:00:00 2001 From: Justus Grunow Date: Mon, 18 Nov 2024 07:11:22 -0500 Subject: [PATCH] Removed ansible-requirements --- .gitea/workflows/ansible-deploy.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/ansible-deploy.yaml b/.gitea/workflows/ansible-deploy.yaml index cfff502..6233c5d 100644 --- a/.gitea/workflows/ansible-deploy.yaml +++ b/.gitea/workflows/ansible-deploy.yaml @@ -20,11 +20,7 @@ jobs: run: | apt update -y apt install python3-pip -y - python3 -m pip install ansible - - - name: Install Ansible Galaxy requirements - run: | - ansible-galaxy install -r requirements.yaml + python3 -m pip install -r requirements.txt - name: Run playbook uses: dawidd6/action-ansible-playbook@v2