mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-01 20:34:41 +00:00
ipamodule_base_docs: Fix documentation sections
ansible-test with ansible-2.14 is adding a lot of new tests to ensure that the documentation section and the agument spec is complete. Needed changes: DOCUMENTATION section - `type: str` needs to be set for string parameters
This commit is contained in:
@@ -30,15 +30,18 @@ options:
|
|||||||
ipaadmin_principal:
|
ipaadmin_principal:
|
||||||
description: The admin principal.
|
description: The admin principal.
|
||||||
default: admin
|
default: admin
|
||||||
|
type: str
|
||||||
ipaadmin_password:
|
ipaadmin_password:
|
||||||
description: The admin password.
|
description: The admin password.
|
||||||
required: false
|
required: false
|
||||||
|
type: str
|
||||||
ipaapi_context:
|
ipaapi_context:
|
||||||
description: |
|
description: |
|
||||||
The context in which the module will execute. Executing in a
|
The context in which the module will execute. Executing in a
|
||||||
server context is preferred. If not provided context will be
|
server context is preferred. If not provided context will be
|
||||||
determined by the execution environment.
|
determined by the execution environment.
|
||||||
choices: ["server", "client"]
|
choices: ["server", "client"]
|
||||||
|
type: str
|
||||||
required: false
|
required: false
|
||||||
ipaapi_ldap_cache:
|
ipaapi_ldap_cache:
|
||||||
description: Use LDAP cache for IPA connection.
|
description: Use LDAP cache for IPA connection.
|
||||||
|
|||||||
Reference in New Issue
Block a user