molecule/ec2-entrypoint.sh
Robert Kaussow 3580ba325a
All checks were successful
continuous-integration/drone/push Build is passing
change ansible library path
2019-05-12 13:57:14 +02:00

11 lines
211 B
Bash
Executable File

#!/usr/bin/env bash
set -o pipefail
set -o errtrace
set -o nounset
set -o errexit
if [ "${MOLECULE_CUSTOM_MODULES_REPO}" ]; then
mkdir ./library/
git clone "$MOLECULE_CUSTOM_MODULES_REPO" ./library/
fi