* Github logins are case sensitive

* Fix login case across all modules
This commit is contained in:
jctanner
2018-05-16 19:51:55 -04:00
committed by GitHub
parent 6e4a2b17de
commit 5df370243d
55 changed files with 59 additions and 59 deletions

View File

@@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = '''
---
module: ipa_dnsrecord
author: Abhijeet Kasurde (@akasurde)
author: Abhijeet Kasurde (@Akasurde)
short_description: Manage FreeIPA DNS records
description:
- Add, modify and delete an IPA DNS Record using IPA API.

View File

@@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = '''
---
module: ipa_subca
author: Abhijeet Kasurde (@akasurde)
author: Abhijeet Kasurde (@Akasurde)
short_description: Manage FreeIPA Lightweight Sub Certificate Authorities.
description:
- Add, modify, enable, disable and delete an IPA Lightweight Sub Certificate Authorities using IPA API.