From f0736897ae08a22a8766f5af108eefd416e6ee44 Mon Sep 17 00:00:00 2001
From: Giancarlo Razzolini <grazzolini@archlinux.org>
Date: Tue, 22 Aug 2017 17:49:44 -0300
Subject: [PATCH] ansible.cfg: Enable the profile_tasks callback plugin

The profile_tasks plugin shows how much time the book run took and
also breaks down an individual view of how much time each task took
to complete.
---
 ansible.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible.cfg b/ansible.cfg
index e96ceee94..83a149e0e 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -7,6 +7,7 @@ nocows = 1
 roles_path = roles
 vault_password_file = misc/get-vault-pass.sh
 retry_files_enabled = False
+callback_whitelist = profile_tasks
 
 [ssh_connection]
 pipelining = True
-- 
GitLab