Skip to content

Commit

Permalink
fix: plugins could not be deployed
Browse files Browse the repository at this point in the history
Issues: #83
  • Loading branch information
geoffreyvanwyk committed Feb 2, 2024
1 parent 0b2295f commit 34ad804
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Install playbooks dependencies
run: |
ansible-galaxy role install --role-file requirements.yml
ansible-galaxy collection install --role-file requirements.yml
ansible-galaxy collection install --requirements-file requirements.yml
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install playbooks dependencies
run: |
ansible-galaxy role install --role-file requirements.yml
ansible-galaxy collection install --role-file requirements.yml
ansible-galaxy collection install --requirements-file requirements.yml
- name: Install SSH key.
uses: shimataro/ssh-key-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uninstall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install playbooks dependencies
run: |
ansible-galaxy role install --role-file requirements.yml
ansible-galaxy collection install --role-file requirements.yml
ansible-galaxy collection install --requirements-file requirements.yml
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
Expand Down

0 comments on commit 34ad804

Please sign in to comment.