From f91dca58144c7e8aff49ad3488e817e39d62a4f2 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 8 Jan 2018 18:53:32 -0500 Subject: [PATCH] Fix typo in profile_tasks Change-Id: I93eb9eda5994501363370c4022eb67264b079ffc Signed-off-by: Thanh Ha --- templates/builder.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/builder.json.example b/templates/builder.json.example index 5f709ef..c0c194d 100644 --- a/templates/builder.json.example +++ b/templates/builder.json.example @@ -51,7 +51,7 @@ "ANSIBLE_NOCOWS=1", "ANSIBLE_PIPELINING=True", "ANSIBLE_ROLES_PATH=../lf-ansible/roles", - "ANSIBLE_CALLBACK_WHITELIST=profile-tasks", + "ANSIBLE_CALLBACK_WHITELIST=profile_tasks", "ANSIBLE_STDOUT_CALLBACK=debug" ] } -- 2.16.6