summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-11-18 18:55:49 -0500
committerMichael DeHaan <michael@ansibleworks.com>2013-11-18 18:55:49 -0500
commit08996d78d69052acc03b63462037328b0a1631fa (patch)
tree5c02cba8542dfc0f858601cb9cca4280b5ffdc59 /commands
parent55a48aacc3be822f53b628ffc4f7c11f97ca4130 (diff)
downloadansible-modules-core-08996d78d69052acc03b63462037328b0a1631fa.tar.gz
Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
Diffstat (limited to 'commands')
-rw-r--r--commands/command1
-rw-r--r--commands/raw1
-rw-r--r--commands/script1
3 files changed, 3 insertions, 0 deletions
diff --git a/commands/command b/commands/command
index 49c01556..707ec325 100644
--- a/commands/command
+++ b/commands/command
@@ -28,6 +28,7 @@ import os
DOCUMENTATION = '''
---
module: command
+version_added: historical
short_description: Executes a command on a remote node
description:
- The M(command) module takes the command name followed by a list of space-delimited arguments.
diff --git a/commands/raw b/commands/raw
index dc4c09d4..87f2b5c4 100644
--- a/commands/raw
+++ b/commands/raw
@@ -3,6 +3,7 @@
DOCUMENTATION = '''
---
module: raw
+version_added: historical
short_description: Executes a low-down and dirty SSH command
options:
free_form:
diff --git a/commands/script b/commands/script
index 00a1bced..143b2b25 100644
--- a/commands/script
+++ b/commands/script
@@ -2,6 +2,7 @@
DOCUMENTATION = """
---
module: script
+version_added: "0.9"
short_description: Runs a local script on a remote node after transferring it
description:
- "The M(script) module takes the script name followed by a list of