Proper author info for all remaining modules

This commit is contained in:
Greg DeKoenigsberg 2015-06-15 15:53:30 -04:00 committed by Matt Clay
commit eb881d7d5d
76 changed files with 131 additions and 76 deletions

View file

@ -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 = '''

View file

@ -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 '-'.
'''