mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update developing_modules.rst
The existing description does not make 2 things clear. 1) This is an environment variable 2) It must be set on the _controlling_ host, not the remote host.
This commit is contained in:
@@ -432,7 +432,7 @@ built and appear in the 'docsite/' directory.
|
||||
|
||||
.. tip::
|
||||
|
||||
You can use ANSIBLE_KEEP_REMOTE_FILES=1 to prevent ansible from
|
||||
You can set the environment variable ANSIBLE_KEEP_REMOTE_FILES=1 on the controlling host to prevent ansible from
|
||||
deleting the remote files so you can debug your module.
|
||||
|
||||
.. _module_contribution:
|
||||
|
||||
Reference in New Issue
Block a user