Merge pull request #2263 from bcoca/moduledev_noremove

Added tip about ANSIBLE_KEEP_REMOTE_FILES to docsite
pull/2262/merge
Michael DeHaan 12 years ago
commit 125015eaa5

@ -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
`````````````````````````````

Loading…
Cancel
Save