Ensure test repo uses upstream profile_tasks

This patch ensures that the test repo uses the upstream
profile_tasks callback plugin.

Change-Id: I16c0a10581e622db6b75dc29ce52dbdef24f2ac6
This commit is contained in:
Major Hayden 2017-02-06 11:15:21 -06:00
parent c0cebd8da6
commit c567022e25
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ set -e
export WORKING_DIR=${WORKING_DIR:-$(pwd)}
export ROLE_NAME=${ROLE_NAME:-''}
export ANSIBLE_CALLBACK_WHITELIST="profile_tasks"
export ANSIBLE_OVERRIDES=${ANSIBLE_OVERRIDES:-$WORKING_DIR/tests/$ROLE_NAME-overrides.yml}
export ANSIBLE_PARAMETERS=${ANSIBLE_PARAMETERS:-"-vvv"}
export TEST_PLAYBOOK=${TEST_PLAYBOOK:-$WORKING_DIR/tests/test.yml}