mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-05 12:42:19 -07:00
Added tip about ANSIBLE_KEEP_REMOTE_FILES to docsite
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
This commit is contained in:
parent
7ac5e462ef
commit
372b60a5f7
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
|
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.
|
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
|
Getting Your Module Into Core
|
||||||
`````````````````````````````
|
`````````````````````````````
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue