From 16ba1fc0e97a7e25d6c70862c3264fb028454b15 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 10 Jun 2015 11:08:12 -0400 Subject: [PATCH] updated version added --- windows/win_copy.py | 2 +- windows/win_template.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/win_copy.py b/windows/win_copy.py index 7d0b49e5985..16b6859488f 100644 --- a/windows/win_copy.py +++ b/windows/win_copy.py @@ -24,7 +24,7 @@ import time DOCUMENTATION = ''' --- module: win_copy -version_added: "1.8" +version_added: "2.0" 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. diff --git a/windows/win_template.py b/windows/win_template.py index 402702f93b2..d95d1125fcc 100644 --- a/windows/win_template.py +++ b/windows/win_template.py @@ -3,7 +3,7 @@ DOCUMENTATION = ''' --- module: win_template -version_added: 1.8 +version_added: "2.0" short_description: Templates a file out to a remote server. description: - Templates are processed by the Jinja2 templating language