diff --git a/docs/docsite/keyword_desc.yml b/docs/docsite/keyword_desc.yml index 931a74ea696..2f6c066e388 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 1fe13549214..9587639fa1d 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 =================