Skip to content

Commit

Permalink
#14 add-vpn-user force collections-path
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson committed Oct 21, 2024
1 parent 6f03ec8 commit 72b4562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-vpn-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
pip3 install ansible
pip3 install -r src/vpn/requirements.txt
ansible-galaxy collection install --requirements-file ./src/vpn/requirements.yml
ansible-galaxy collection install --force --collections-path ./src/vpn --requirements-file ./src/vpn/requirements.yml
- name: Run ansible
Expand Down

0 comments on commit 72b4562

Please sign in to comment.