Fix variable name in ansible_roles_galaxy script

This commit is contained in:
Victor LABORIE 2019-02-20 11:45:11 +01:00
parent e366fa4e2e
commit 066261f0e7
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -eu
ANSIBLE_VERSION="${ROLES_VERSION:-stable}"
ROLES_VERSION="${ROLES_VERSION:-stable}"
. /tmp/venv/bin/activate && trap "deactivate" 0