File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
description:
34
34
- The type of the external configurations to configure.
35
35
type: str
36
- required: no
36
+ required: yes
37
37
choices:
38
38
- freeipa
39
39
- kerberos
@@ -223,7 +223,7 @@ def main():
223
223
),
224
224
type = dict (
225
225
type = "str" ,
226
- required = False ,
226
+ required = True ,
227
227
choices = ["freeipa" , "kerberos" ],
228
228
),
229
229
),
Original file line number Diff line number Diff line change 24
24
DOCUMENTATION = r"""
25
25
---
26
26
module: external_auth_info
27
- short_description: Retrieves external authorizations details .
27
+ short_description: Dictionary of external authorization configurations .
28
28
description:
29
- - Retrieves configuration details and external authorization settings for FreeIPA and Kerberos.
29
+ - Retrieves external authorization configuration details about FreeIPA and Kerberos.
30
30
author:
31
31
- "Ronald Suplina (@rsuplina)"
32
32
options:
You can’t perform that action at this time.
0 commit comments