From d276947a5829e42497e7c7a88584ec5113133df2 Mon Sep 17 00:00:00 2001 From: David Wittman Date: Fri, 28 Oct 2016 23:58:17 -0500 Subject: [PATCH] Fix typo in Developing Modules doc Fix pluralization of `ANSIBLE_KEEP_REMOTE_FILES` environment variable. --- docsite/rst/dev_guide/developing_modules.rst | 2 +- docsite/rst/developing_modules.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/dev_guide/developing_modules.rst b/docsite/rst/dev_guide/developing_modules.rst index feed460c07a..7e03e88e630 100644 --- a/docsite/rst/dev_guide/developing_modules.rst +++ b/docsite/rst/dev_guide/developing_modules.rst @@ -522,7 +522,7 @@ your debugging session will start:: "ping": "debugging_session" } -Setting :envvar:`ANSIBLE_KEEP_REMOTE_FILE` to ``1`` tells Ansible to keep the +Setting :envvar:`ANSIBLE_KEEP_REMOTE_FILES` to ``1`` tells Ansible to keep the remote module files instead of deleting them after the module finishes executing. Giving Ansible the ``-vvv`` optin makes Ansible more verbose. That way it prints the file name of the temporary module file for you to see. diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 5f6a21f3185..22db87fa384 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -528,7 +528,7 @@ your debugging session will start:: "ping": "debugging_session" } -Setting :envvar:`ANSIBLE_KEEP_REMOTE_FILE` to ``1`` tells Ansible to keep the +Setting :envvar:`ANSIBLE_KEEP_REMOTE_FILES` to ``1`` tells Ansible to keep the remote module files instead of deleting them after the module finishes executing. Giving Ansible the ``-vvv`` optin makes Ansible more verbose. That way it prints the file name of the temporary module file for you to see.