From a9b77e8480b1a6a143c288d5ffb67eef46a6f23c Mon Sep 17 00:00:00 2001 From: Jon Hawkesworth Date: Wed, 10 Jun 2015 18:53:22 +0100 Subject: [PATCH] corrected version added which I got wrong while rebasing --- lib/ansible/modules/windows/win_copy.py | 2 +- lib/ansible/modules/windows/win_template.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/windows/win_copy.py b/lib/ansible/modules/windows/win_copy.py index d77f37f64d0..54f035b1851 100644 --- a/lib/ansible/modules/windows/win_copy.py +++ b/lib/ansible/modules/windows/win_copy.py @@ -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. diff --git a/lib/ansible/modules/windows/win_template.py b/lib/ansible/modules/windows/win_template.py index 7f981c33daf..5722065ccb0 100644 --- a/lib/ansible/modules/windows/win_template.py +++ b/lib/ansible/modules/windows/win_template.py @@ -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