Fix typo in Developing Modules doc

Fix pluralization of `ANSIBLE_KEEP_REMOTE_FILES` environment
variable.
This commit is contained in:
David Wittman 2016-10-28 23:58:17 -05:00
parent 8331e915e0
commit d276947a58
2 changed files with 2 additions and 2 deletions

View file

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

View file

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