Skip to content

Commit

Permalink
fix: ansible-galaxy collection installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Dec 14, 2023
1 parent 97a3b1f commit 4342d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r molecule/requirements.txt
ansible-galaxy install collection -r requirements.yml --upgrade
ansible-galaxy collection install -r requirements.yml --upgrade
- name: Print configuration versions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
pip install -r requirements.txt
pip install -r molecule/requirements.txt
ansible-galaxy install collection -r requirements.yml --upgrade
ansible-galaxy collection install -r requirements.yml --upgrade
- name: Print configuration versions
run: |
Expand Down

0 comments on commit 4342d2b

Please sign in to comment.