change ansible library path
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
45a3ab13fe
commit
3580ba325a
@ -5,6 +5,6 @@ set -o nounset
|
|||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then
|
if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then
|
||||||
mkdir /library
|
mkdir ./library/
|
||||||
git clone "$MOLECULE_CUSTOM_MODULES_REPO" /library
|
git clone "$MOLECULE_CUSTOM_MODULES_REPO" ./library/
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user