Use ARA instead of profile_tasks callback
Now that we have ARA, the profile tasks callback isn't needed. Change-Id: I2549ddce36c27f04e8d3be5c6cde363e2a1ee4a9
This commit is contained in:
parent
898658336d
commit
f24298c451
@ -34,7 +34,6 @@ export TESTING_HOME=${TESTING_HOME:-$HOME}
|
||||
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:-""}
|
||||
export TEST_PLAYBOOK=${TEST_PLAYBOOK:-$WORKING_DIR/tests/test.yml}
|
||||
|
Loading…
Reference in New Issue
Block a user