From 6cad356b3bd548888c7f81f9240c46c12c2728ae Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 3 Mar 2016 18:05:39 -0500 Subject: [PATCH] updated docs to show new output --- lib/ansible/plugins/callback/profile_tasks.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/ansible/plugins/callback/profile_tasks.rst b/lib/ansible/plugins/callback/profile_tasks.rst index 97c0685d62..aad84774ea 100644 --- a/lib/ansible/plugins/callback/profile_tasks.rst +++ b/lib/ansible/plugins/callback/profile_tasks.rst @@ -55,14 +55,19 @@ No more wondering how old the results in a terminal window are. ansible - PLAY RECAP ******************************************************************** + PLAY RECAP ******************************************************************** Thursday 11 June 2016 22:51:00 +0100 (0:00:01.011) 0:00:43.247 ********* =============================================================================== - /home/bob/ansible/roles/old_and_slow/tasks/main.yml:4 ----------------old_and_slow : install tons of packages -------------------------------- 20.03s - /home/bob/ansible/roles/db/tasks/main.yml:4 --------------------------db : second task to run ------------------------------------------------- 2.03s - None -----------------------------------------------------------------setup ------------------------------------------------------------------- 0.42s - /home/bob/ansible/roles/www/tasks/main.yml:1 -------------------------www : first task to run ------------------------------------------------- 0.03s - /home/bob/ansible/roles/fast_task.yml:1 ------------------------------fast_task : first task to run ------------------------------------------- 0.01s + old_and_slow : install tons of packages -------------------------------- 20.03s + /home/bob/ansible/roles/old_and_slow/tasks/main.yml:4 ------------------------- + db : second task to run ------------------------------------------------- 2.03s + /home/bob/ansible/roles/db/tasks/main.yml:4 ----------------------------------- + setup ------------------------------------------------------------------- 0.42s + None -------------------------------------------------------------------------- + www : first task to run ------------------------------------------------- 0.03s + /home/bob/ansible/roles/www/tasks/main.yml:1 ---------------------------------- + fast_task : first task to run ------------------------------------------- 0.01s + /home/bob/ansible/roles/fast_task.yml:1 --------------------------------------- Compatibility -------------