From 96edc625aed970486a84b37ab23d6ba53db87593 Mon Sep 17 00:00:00 2001 From: Daniel Mellado Date: Wed, 12 Oct 2016 14:22:46 +0300 Subject: [PATCH] Enable profile callback plugin This commit enables profile_tasks callback plugin in order to measure the timing on the lampstack interop challenge ansible workload. Change-Id: Ia2e40fd65836b3ef80ff11c7ed54957c20dffc8c --- ansible/lampstack/ansible.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/lampstack/ansible.cfg b/ansible/lampstack/ansible.cfg index a5fa946..f9b18f9 100644 --- a/ansible/lampstack/ansible.cfg +++ b/ansible/lampstack/ansible.cfg @@ -1,3 +1,4 @@ [defaults] inventory = ./hosts host_key_checking = False +callback_whitelist = profile_tasks