summaryrefslogtreecommitdiffstats
path: root/ansible/test/bin/ci-molecule.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test/bin/ci-molecule.sh')
-rwxr-xr-xansible/test/bin/ci-molecule.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/test/bin/ci-molecule.sh b/ansible/test/bin/ci-molecule.sh
index 6dbd93af..0cd4a254 100755
--- a/ansible/test/bin/ci-molecule.sh
+++ b/ansible/test/bin/ci-molecule.sh
@@ -43,7 +43,7 @@ if [ "${MOLECULE_CONTAINER}" == "true" ]; then
else # Install Molecule natively in the target platform
echo "Install Molecule with virtualenv"
source ${LOCAL_PATH}/../bin/install-molecule.sh
- MOLECULE_BINARY="molecule --version"
+ MOLECULE_BINARY=molecule
fi
cd ${ROLE_PATH}