Skip to content

Commit

Permalink
utils/build-galaxy-release.sh: Use ansible-galaxy instead of mazer
Browse files Browse the repository at this point in the history
ansible-galaxy needs to be used to build the Ansible collection. mazer should
not be used any more.
  • Loading branch information
t-woerner committed Dec 13, 2019
1 parent 26966e9 commit b719b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/build-galaxy-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ done

#git diff

mazer build
ansible-galaxy collection build

rm plugins/module_utils/ansible_ipa_*
rm plugins/modules/ipaserver_*
Expand Down

0 comments on commit b719b1a

Please sign in to comment.