Merge "Maintain default ansible parameters"

This commit is contained in:
Jenkins 2017-04-28 08:31:47 +00:00 committed by Gerrit Code Review
commit 6d0f8f6e95
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ deps =
setenv =
{[testenv]setenv}
# NOTE(mhayden): Disabling chrony since it causes conflicts in CI.
ANSIBLE_PARAMETERS=-e security_rhel7_enable_chrony=no
ANSIBLE_PARAMETERS="${ANSIBLE_PARAMETERS} -e security_rhel7_enable_chrony=no"
commands =
{[testenv:tests_clone]commands}
bash -c "{toxinidir}/tests/common/test-ansible-functional.sh"