From 009ed3bed53c1e3d0a675d70b3e7fbdbbf71abb1 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Fri, 24 Mar 2023 11:46:44 +0100 Subject: [PATCH] docs: fix profile_tasks callback documentation Fixes: #412 Signed-off-by: Daniel Ziegenberg --- plugins/callback/profile_tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/callback/profile_tasks.py b/plugins/callback/profile_tasks.py index b7fc3ac..944b222 100644 --- a/plugins/callback/profile_tasks.py +++ b/plugins/callback/profile_tasks.py @@ -17,7 +17,7 @@ DOCUMENTATION = ''' - Ansible callback plugin for timing individual tasks and overall execution time. - "Mashup of 2 excellent original works: https://github.com/jlafon/ansible-profile, https://github.com/junaid18183/ansible_home/blob/master/ansible_plugins/callback_plugins/timestamp.py.old" - - "Format: C( () )" + - "Format: C() C() C()" - It also lists the top/bottom time consuming tasks in the summary (configurable) - Before 2.4 only the environment variables were available for configuration. requirements: