From 9ad38c668d4fae51f415facf8a6288a6ce197d0f Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 18 Aug 2017 09:59:51 +0200 Subject: [PATCH] library/ipaclient.py: Fix white spaces --- library/ipaclient.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ipaclient.py b/library/ipaclient.py index a1840669..672a1fb9 100644 --- a/library/ipaclient.py +++ b/library/ipaclient.py @@ -40,7 +40,7 @@ options: description: the client state required: false default: present - choices: [ "present", "absent"] + choices: [ "present", "absent" ] domain: description: The primary DNS domain of an existing IPA deployment. required: false @@ -58,7 +58,7 @@ options: description: The password for the kerberos principal. required: false keytab: - description: The pathto a backed-up host keytab from previous enrollment. + description: The path to a backed-up host keytab from previous enrollment. required: false otp: description: The One-Time-Password used to join the IPA realm. -- GitLab