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

This commit is contained in:
Thomas Woerner
2017-08-31 17:34:02 +02:00
parent b6bac014a5
commit e5b6eb2381

View File

@@ -37,10 +37,10 @@ description:
options:
servers:
description: The FQDN of the IPA servers to connect to.
required: false
required: true
domain:
description: The primary DNS domain of an existing IPA deployment.
required: false
required: true
realm:
description: The Kerberos realm of an existing IPA deployment.
required: true