updated version added

This commit is contained in:
Brian Coca 2015-06-10 11:08:12 -04:00 committed by Matt Clay
parent 03240cfcb6
commit 523b4d638e
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ import time
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: win_copy module: win_copy
version_added: "1.8" version_added: "2.0"
short_description: Copies files to remote locations on windows hosts. short_description: Copies files to remote locations on windows hosts.
description: description:
- The M(win_copy) module copies a file on the local box to remote windows locations. - The M(win_copy) module copies a file on the local box to remote windows locations.

View file

@ -3,7 +3,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: win_template module: win_template
version_added: 1.8 version_added: "2.0"
short_description: Templates a file out to a remote server. short_description: Templates a file out to a remote server.
description: description:
- Templates are processed by the Jinja2 templating language - Templates are processed by the Jinja2 templating language