From afbcbaeddd461a58b8f5c4d77ce2e6aea1b67d71 Mon Sep 17 00:00:00 2001 From: Brent Salisbury Date: Wed, 20 Mar 2024 00:33:13 -0400 Subject: [PATCH] Fix requirements file path Signed-off-by: Brent Salisbury --- .github/workflows/qa-ec2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qa-ec2.yml b/.github/workflows/qa-ec2.yml index d175d7e2..44b97612 100644 --- a/.github/workflows/qa-ec2.yml +++ b/.github/workflows/qa-ec2.yml @@ -47,7 +47,7 @@ jobs: - name: Run Playbook to install worker node prerequisites run: | - ansible-galaxy install -r requirements.yml + ansible-galaxy install -r deploy/ansible/requirements.yml ansible-playbook -i deploy/ansible/inventory.txt deploy/ansible/deploy-worker-prereqs.yml - name: Build and deploy the worker image