From e5b6eb2381d14025d35606cfe230e62e7a767114 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Thu, 31 Aug 2017 17:34:02 +0200 Subject: [PATCH] library/ipajoin.py: Fix required tags for servers and domain in docs --- library/ipajoin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ipajoin.py b/library/ipajoin.py index fa7800ef..6fe29d9b 100644 --- a/library/ipajoin.py +++ b/library/ipajoin.py @@ -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 -- GitLab