Skip to content

Commit

Permalink
ensure clean state for collections
Browse files Browse the repository at this point in the history
  • Loading branch information
zerwes committed Aug 30, 2024
1 parent b04d0f2 commit 996308c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ export SHELL = /bin/bash


ansible-collection:
rm -rf .collections/
mkdir .collections/
ansible-galaxy collection install -p .collections/ -r requirements.yml

0 comments on commit 996308c

Please sign in to comment.