summaryrefslogtreecommitdiff
path: root/commands/command.py
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-15 15:53:30 -0400
committerGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-15 15:53:30 -0400
commit2a5f0bde8796bb366f06a39fab576c362eb048a5 (patch)
treebce2da5b1a1e9981b6d015319dcef337354b6d8f /commands/command.py
parent28a869a030fb3be9818c71e08d3048ff88a2b6a0 (diff)
downloadansible-modules-core-2a5f0bde8796bb366f06a39fab576c362eb048a5.tar.gz
Proper author info for all remaining modules
Diffstat (limited to 'commands/command.py')
-rw-r--r--commands/command.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands/command.py b/commands/command.py
index 6baf3592..b0aa5a7b 100644
--- a/commands/command.py
+++ b/commands/command.py
@@ -81,7 +81,9 @@ notes:
M(command) module is much more secure as it's not affected by the user's
environment.
- " C(creates), C(removes), and C(chdir) can be specified after the command. For instance, if you only want to run a command if a certain file does not exist, use this."
-author: Michael DeHaan
+author:
+ - Ansible Core Team
+ - Michael DeHaan
'''
EXAMPLES = '''