Skip to content

Commit a7a8f5f

Browse files
committed
fix typos
Signed-off-by: rsuplina <[email protected]>
1 parent def4c42 commit a7a8f5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugins/modules/external_auth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
description:
3434
- The type of the external configurations to configure.
3535
type: str
36-
required: no
36+
required: yes
3737
choices:
3838
- freeipa
3939
- kerberos
@@ -223,7 +223,7 @@ def main():
223223
),
224224
type=dict(
225225
type="str",
226-
required=False,
226+
required=True,
227227
choices=["freeipa", "kerberos"],
228228
),
229229
),

plugins/modules/external_auth_info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
DOCUMENTATION = r"""
2525
---
2626
module: external_auth_info
27-
short_description: Retrieves external authorizations details.
27+
short_description: Dictionary of external authorization configurations.
2828
description:
29-
- Retrieves configuration details and external authorization settings for FreeIPA and Kerberos.
29+
- Retrieves external authorization configuration details about FreeIPA and Kerberos.
3030
author:
3131
- "Ronald Suplina (@rsuplina)"
3232
options:

0 commit comments

Comments
 (0)