returned version added

reviewable/pr18780/r1
Brian Coca 9 years ago
parent 79f21c6ec9
commit 1f7686fd31

@ -31,6 +31,7 @@ DOCUMENTATION = '''
---
module: command
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

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

Loading…
Cancel
Save