diff --git a/docs/docsite/rst/playbooks_debugger.rst b/docs/docsite/rst/playbooks_debugger.rst index f71c431f2d..c43af2c2c3 100644 --- a/docs/docsite/rst/playbooks_debugger.rst +++ b/docs/docsite/rst/playbooks_debugger.rst @@ -13,6 +13,9 @@ To use the ``debug`` strategy, change the ``strategy`` attribute like this:: tasks: ... +If you don't want change the code, you can define ``ANSIBLE_STRATEGY=debug`` +environment variable in order to enable the debugger. + For example, run the playbook below:: - hosts: test