change ansible library path
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2019-05-12 13:57:14 +02:00
parent 45a3ab13fe
commit 3580ba325a

View File

@ -5,6 +5,6 @@ set -o nounset
set -o errexit
if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then
mkdir /library
git clone "$MOLECULE_CUSTOM_MODULES_REPO" /library
mkdir ./library/
git clone "$MOLECULE_CUSTOM_MODULES_REPO" ./library/
fi