From 8e3cc3eecd7c09b8e5425543718fbbf235e00f8b Mon Sep 17 00:00:00 2001 From: Tom Paine Date: Mon, 8 Feb 2016 19:19:05 +0000 Subject: [PATCH] Update profile_tasks.rst --- lib/ansible/plugins/callback/profile_tasks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/callback/profile_tasks.rst b/lib/ansible/plugins/callback/profile_tasks.rst index 86d19e9bd4e..04fe3099256 100644 --- a/lib/ansible/plugins/callback/profile_tasks.rst +++ b/lib/ansible/plugins/callback/profile_tasks.rst @@ -11,7 +11,7 @@ Mashup of 2 excellent original works: Usage ----- -Add ``profile_taks`` to the ``callback_whitelist`` in ``ansible.cfg``. +Add ``profile_tasks`` to the ``callback_whitelist`` in ``ansible.cfg``. Run playbooks as normal.