Skip to content
Snippets Groups Projects
Commit e5b6eb23 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

library/ipajoin.py: Fix required tags for servers and domain in docs

parent b6bac014
No related branches found
No related tags found
No related merge requests found
...@@ -37,10 +37,10 @@ description: ...@@ -37,10 +37,10 @@ description:
options: options:
servers: servers:
description: The FQDN of the IPA servers to connect to. description: The FQDN of the IPA servers to connect to.
required: false required: true
domain: domain:
description: The primary DNS domain of an existing IPA deployment. description: The primary DNS domain of an existing IPA deployment.
required: false required: true
realm: realm:
description: The Kerberos realm of an existing IPA deployment. description: The Kerberos realm of an existing IPA deployment.
required: true required: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment