summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/inventory
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg@eucalyptus.com>2015-06-15 15:53:30 -0400
committerMatt Clay <matt@mystile.com>2016-12-08 11:23:07 -0500
commiteb881d7d5d12e33543d3df575db83d23ec5502cb (patch)
treed1491a0c5b66499d32f644098186284e91e9c4b8 /lib/ansible/modules/inventory
parent18ca7aee07d1da9466d99c8075d7481a2de638e1 (diff)
downloadansible-eb881d7d5d12e33543d3df575db83d23ec5502cb.tar.gz
Proper author info for all remaining modules
Diffstat (limited to 'lib/ansible/modules/inventory')
-rw-r--r--lib/ansible/modules/inventory/add_host.py4
-rw-r--r--lib/ansible/modules/inventory/group_by.py2
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/ansible/modules/inventory/add_host.py b/lib/ansible/modules/inventory/add_host.py
index b28c6f9018..2ab76b4c16 100644
--- a/lib/ansible/modules/inventory/add_host.py
+++ b/lib/ansible/modules/inventory/add_host.py
@@ -22,7 +22,9 @@ options:
notes:
- This module bypasses the play host loop and only runs once for all the hosts in the play, if you need it
to iterate use a with\_ directive.
-author: Seth Vidal
+author:
+ - "Ansible Core Team"
+ - "Seth Vidal"
'''
EXAMPLES = '''
diff --git a/lib/ansible/modules/inventory/group_by.py b/lib/ansible/modules/inventory/group_by.py
index d09552e662..f63bdf5912 100644
--- a/lib/ansible/modules/inventory/group_by.py
+++ b/lib/ansible/modules/inventory/group_by.py
@@ -12,7 +12,7 @@ options:
description:
- The variables whose values will be used as groups
required: true
-author: Jeroen Hoekx
+author: "Jeroen Hoekx (@jhoekx)"
notes:
- Spaces in group names are converted to dashes '-'.
'''