Merge pull request #2263 from bcoca/moduledev_noremove
Added tip about ANSIBLE_KEEP_REMOTE_FILES to docsite
This commit is contained in:
commit
125015eaa5
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue