Skip to content

Commit

Permalink
fix: add --force for local install
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Mar 1, 2024
1 parent 33b11ab commit 5e43ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
echo "version=${version}" >> $GITHUB_OUTPUT
- name: Try to install collection
run: poetry run ansible-galaxy collection install serverscom-mitogen-${{ steps.version.outputs.version }}.tar.gz
run: poetry run ansible-galaxy collection install serverscom-mitogen-${{ steps.version.outputs.version }}.tar.gz --force
working-directory: ansible_collections/serverscom/mitogen

- name: Run with strategy stanza in play
Expand Down

0 comments on commit 5e43ad7

Please sign in to comment.