From dd8d74c35143a07439831d56fffc62f13e93ee25 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Mon, 11 Jun 2018 16:18:01 -0500 Subject: [PATCH] Add docs for debugger for keyword dumper (#41421) --- docs/docsite/keyword_desc.yml | 1 + docs/docsite/rst/user_guide/playbooks_debugger.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/docsite/keyword_desc.yml b/docs/docsite/keyword_desc.yml index 931a74ea69..2f6c066e38 100644 --- a/docs/docsite/keyword_desc.yml +++ b/docs/docsite/keyword_desc.yml @@ -22,6 +22,7 @@ connection: | .. seealso:: :ref:`using_connection` +debugger: Enable debugging tasks based on state of the task result. See :ref:`playbook_debugger` delay: Number of seconds to delay between retries. This setting is only used in combination with :term:`until`. delegate_facts: Boolean that allows you to apply facts to a delegated host instead of inventory_hostname. delegate_to: Host to execute task instead of the target (inventory_hostname). Connection vars from the delegated host will also be used for the task. diff --git a/docs/docsite/rst/user_guide/playbooks_debugger.rst b/docs/docsite/rst/user_guide/playbooks_debugger.rst index 1fe1354921..9587639fa1 100644 --- a/docs/docsite/rst/user_guide/playbooks_debugger.rst +++ b/docs/docsite/rst/user_guide/playbooks_debugger.rst @@ -1,3 +1,5 @@ +.. _playbook_debugger: + Playbook Debugger =================