From ae18b7633c8e89f684e9f53720ac7b36e25bc58f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 30 Jul 2015 17:04:41 -0400 Subject: [PATCH] returned version added --- lib/ansible/modules/commands/command.py | 1 + lib/ansible/modules/commands/raw.py | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/ansible/modules/commands/command.py b/lib/ansible/modules/commands/command.py index b703c669b68..85b3f2a492b 100644 --- a/lib/ansible/modules/commands/command.py +++ b/lib/ansible/modules/commands/command.py @@ -32,6 +32,7 @@ DOCUMENTATION = ''' module: command version_added: historical short_description: Executes a command on a remote node +version_added: historical description: - The M(command) module takes the command name followed by a list of space-delimited arguments. - The given command will be executed on all selected nodes. It will not be diff --git a/lib/ansible/modules/commands/raw.py b/lib/ansible/modules/commands/raw.py index a03ab828bb5..5ce66016b53 100644 --- a/lib/ansible/modules/commands/raw.py +++ b/lib/ansible/modules/commands/raw.py @@ -20,6 +20,7 @@ DOCUMENTATION = ''' module: raw version_added: historical short_description: Executes a low-down and dirty SSH command +version_added: historical options: free_form: description: