Enables a profile which providers improved time statistics of
individual job runs.
Change-Id: Ia116089ac3438eedf1ece11cc71b3958afd083bf
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
"ansible_env_vars": [
"ANSIBLE_NOCOWS=1",
"ANSIBLE_ROLES_PATH=../lf-ansible/roles",
+ "ANSIBLE_CALLBACK_WHITELIST=profile-tasks",
"ANSIBLE_STDOUT_CALLBACK=debug"
]
}
"ansible_env_vars": [
"ANSIBLE_NOCOWS=1",
"ANSIBLE_ROLES_PATH=../lf-ansible/roles",
+ "ANSIBLE_CALLBACK_WHITELIST=profile_tasks",
"ANSIBLE_STDOUT_CALLBACK=debug"
]
}