From 875ac4b7a52f140c331fbd2ac59b3ccd3645765a Mon Sep 17 00:00:00 2001 From: Walter Sosa Date: Fri, 17 Jan 2020 21:05:31 -0800 Subject: [PATCH] Fix a tiny typo (#66589) Fixes a very small typo: as --> a in playbook_debuggers.rst --- docs/docsite/rst/user_guide/playbooks_debugger.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_debugger.rst b/docs/docsite/rst/user_guide/playbooks_debugger.rst index 599bf9b7629..a9b55756d73 100644 --- a/docs/docsite/rst/user_guide/playbooks_debugger.rst +++ b/docs/docsite/rst/user_guide/playbooks_debugger.rst @@ -5,7 +5,7 @@ Playbook Debugger .. contents:: Topics -Ansible includes a debugger as part of the strategy plugins. This debugger enables you to debug as task. +Ansible includes a debugger as part of the strategy plugins. This debugger enables you to debug a task. You have access to all of the features of the debugger in the context of the task. You can then, for example, check or set the value of variables, update module arguments, and re-run the task with the new variables and arguments to help resolve the cause of the failure. There are multiple ways to invoke the debugger.