summaryrefslogtreecommitdiff
path: root/commands/command
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/command
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/command')
-rw-r--r--commands/command1
1 files changed, 1 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.