Skip to content

Commit

Permalink
Merge pull request #63 from nerdalert/qa-requirements-filepath
Browse files Browse the repository at this point in the history
Fix requirements file path
  • Loading branch information
nerdalert authored Mar 20, 2024
2 parents 7e94747 + afbcbae commit e37ed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e37ed69

Please sign in to comment.