Skip to content

Commit

Permalink
Debug ansible-galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Maria Cultrera committed Oct 14, 2023
1 parent b41a5fc commit f88227c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ansible-galaxy/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#!/bin/sh
set -e

echo =====================================================================================================================================
which ansible
echo =====================================================================================================================================

if [ -n "${COLLECTIONS}" ] ; then
ansible-galaxy collection install ${COLLECTIONS}
fi
Expand Down

0 comments on commit f88227c

Please sign in to comment.