Added tip about ANSIBLE_KEEP_REMOTE_FILES to docsite

Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
Brian Coca 2013-03-01 19:13:37 -05:00
parent 7ac5e462ef
commit 372b60a5f7

View file

@ -396,6 +396,10 @@ output formats available:
If you're having a problem with the syntax of your YAML you can
validate it on the `YAML Lint <http://www.yamllint.com/>`_ website.
.. tip::
You can use ANSIBLE_KEEP_REMOTE_FILES=1 to prevent ansible from
deleting the remote files so you can debug your module.
Getting Your Module Into Core
`````````````````````````````