mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
corrected version added which I got wrong while rebasing
This commit is contained in:
committed by
Matt Clay
parent
5b6195e613
commit
a9b77e8480
@@ -24,7 +24,7 @@ import time
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: win_copy
|
||||
version_added: "2.0"
|
||||
version_added: "1.9.2"
|
||||
short_description: Copies files to remote locations on windows hosts.
|
||||
description:
|
||||
- The M(win_copy) module copies a file on the local box to remote windows locations.
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: win_template
|
||||
version_added: "2.0"
|
||||
version_added: "1.9.2"
|
||||
short_description: Templates a file out to a remote server.
|
||||
description:
|
||||
- Templates are processed by the Jinja2 templating language
|
||||
|
||||
Reference in New Issue
Block a user