returned version added

This commit is contained in:
Brian Coca 2015-07-30 17:04:41 -04:00
parent 79f21c6ec9
commit 1f7686fd31
2 changed files with 2 additions and 0 deletions

View file

@ -31,6 +31,7 @@ DOCUMENTATION = '''
--- ---
module: command module: command
short_description: Executes a command on a remote node short_description: Executes a command on a remote node
version_added: historical
description: description:
- The M(command) module takes the command name followed by a list of space-delimited arguments. - 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 - The given command will be executed on all selected nodes. It will not be

View file

@ -19,6 +19,7 @@ DOCUMENTATION = '''
--- ---
module: raw module: raw
short_description: Executes a low-down and dirty SSH command short_description: Executes a low-down and dirty SSH command
version_added: historical
options: options:
free_form: free_form:
description: description: