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:
Major Hayden 2018-02-20 12:56:24 -06:00
parent 898658336d
commit f24298c451
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 0 additions and 1 deletions

View File

@ -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}