Validate DOCUMENTATION.author (#48993)

* Validate DOCUMENTATION.author

Ensure that author line includes a GitHub account
This commit is contained in:
John R Barker 2018-11-21 17:29:29 +00:00 committed by GitHub
commit 75407d3e43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 43 additions and 16 deletions

View file

@ -17,7 +17,7 @@ module: os_keystone_domain
short_description: Manage OpenStack Identity Domains
author:
- Monty Taylor (@emonty)
- Haneef Ali
- Haneef Ali (@haneefs)
extends_documentation_fragment: openstack
version_added: "2.1"
description:

View file

@ -13,7 +13,10 @@ DOCUMENTATION = '''
---
module: cyberark_authentication
short_description: Module for CyberArk Vault Authentication using PAS Web Services SDK
author: Edward Nunez @ CyberArk BizDev (@enunez-cyberark, @cyberark-bizdev, @erasmix)
author:
- Edward Nunez (@enunez-cyberark) CyberArk BizDev
- Cyberark Bizdev (@cyberark-bizdev)
- erasmix (@erasmix)
version_added: 2.4
description:
- Authenticates to CyberArk Vault using Privileged Account Security Web Services SDK and

View file

@ -13,7 +13,10 @@ DOCUMENTATION = '''
---
module: cyberark_user
short_description: Module for CyberArk User Management using PAS Web Services SDK
author: Edward Nunez @ CyberArk BizDev (@enunez-cyberark, @cyberark-bizdev, @erasmix)
author:
- Edward Nunez (@enunez-cyberark) CyberArk BizDev
- Cyberark Bizdev (@cyberark-bizdev)
- erasmix (@erasmix)
version_added: 2.4
description:
- CyberArk User Management using PAS Web Services SDK. It currently supports the following

View file

@ -23,7 +23,7 @@ version_added: "1.2"
author:
- "Andrew Newdigate (@suprememoocow)"
- "Dylan Silva (@thaumos)"
- "Justin Johns"
- "Justin Johns (!UNKNOWN)"
- "Bruce Pennypacker (@bpennypacker)"
requirements:
- PagerDuty API access

View file

@ -21,7 +21,7 @@ description:
version_added: "1.2"
author:
- "Dylan Silva (@thaumos)"
- "Justin Johns"
- "Justin Johns (!UNKNOWN)"
requirements:
- "This pingdom python library: https://github.com/mbabineau/pingdom-python"
options:

View file

@ -23,7 +23,7 @@ description:
version_added: "1.8"
author:
- "Cove (@cove)"
- "Tony Minfei Ding"
- "Tony Minfei Ding (!UNKNOWN)"
- "Harrison Gu (@harrisongu)"
requirements:
- "python >= 2.6"

View file

@ -22,7 +22,7 @@ description:
version_added: "2.0"
author:
- "Cove (@cove)"
- Tony Minfei Ding
- Tony Minfei Ding (!UNKNOWN)
- Harrison Gu (@harrisongu)
- Werner Dijkerman (@dj-wasabi)
- Eike Frost (@eikef)

View file

@ -22,7 +22,7 @@ description:
version_added: "2.0"
author:
- "Cove (@cove)"
- Dean Hailin Song
- Dean Hailin Song (!UNKNOWN)
requirements:
- "python >= 2.6"
- zabbix-api

View file

@ -22,7 +22,7 @@ description:
version_added: "2.0"
author:
- "Cove (@cove)"
- "Tony Minfei Ding"
- "Tony Minfei Ding (!UNKNOWN)"
- "Harrison Gu (@harrisongu)"
requirements:
- "python >= 2.6"

View file

@ -27,7 +27,7 @@ version_added: "2.4"
short_description: Manages configuration of an OSPF VPN instance on HUAWEI CloudEngine switches.
description:
- Manages configuration of an OSPF VPN instance on HUAWEI CloudEngine switches.
author: Yang yang (@CloudEngine Ansible)
author: Yang yang (@QijunPan)
options:
ospf:
description:

View file

@ -25,7 +25,7 @@ module: panos_sag
short_description: Create a static address group.
description:
- Create a static address group object in the firewall used for policy rules.
author: "Vinay Venkataraghavan @vinayvenkat"
author: "Vinay Venkataraghavan (@vinayvenkat)"
version_added: "2.4"
requirements:
- pan-python can be obtained from PyPI U(https://pypi.org/project/pan-python/)

View file

@ -23,7 +23,7 @@ description:
version_added: "2.6"
author:
- "David Gunter (@verkaufer)"
- "Chris Hoffman (@chrishoffman, creator of NPM Ansible module)"
- "Chris Hoffman (@chrishoffman), creator of NPM Ansible module)"
options:
name:
description:

View file

@ -128,7 +128,7 @@ requirements:
- cron
author:
- Dane Summers (@dsummersl)
- Mike Grozak
- Mike Grozak (@rhaido)
- Patrick Callahan (@dirtyharrycallahan)
- Evan Kaufman (@EvanK)
- Luca Berruti (@lberruti)

View file

@ -83,7 +83,7 @@ notes:
author:
- "Ansible Core Team"
- "Michael DeHaan"
- "David O'Brien @david_obrien davidobrien1985"
- "David O'Brien (@davidobrien1985)"
'''
EXAMPLES = """