From: Thanh Ha Date: Mon, 8 Jan 2018 23:53:32 +0000 (-0500) Subject: Fix typo in profile_tasks X-Git-Tag: v0.1.0~52 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=f91dca58144c7e8aff49ad3488e817e39d62a4f2;p=releng%2Fcommon-packer.git Fix typo in profile_tasks Change-Id: I93eb9eda5994501363370c4022eb67264b079ffc Signed-off-by: Thanh Ha --- 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" ] }