From f24298c451910795e47f7bd4bc7ee2bc11b7d980 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Tue, 20 Feb 2018 12:56:24 -0600 Subject: [PATCH] Use ARA instead of profile_tasks callback Now that we have ARA, the profile tasks callback isn't needed. Change-Id: I2549ddce36c27f04e8d3be5c6cde363e2a1ee4a9 --- test-ansible-functional.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/test-ansible-functional.sh b/test-ansible-functional.sh index 94a11b67..b481beee 100755 --- a/test-ansible-functional.sh +++ b/test-ansible-functional.sh @@ -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}