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:
parent
c0cebd8da6
commit
c567022e25
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user