From 781ac6e90baadf6aa29c30c5550a405639a7e26a Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Mon, 29 Jul 2019 13:02:30 +0200
Subject: [PATCH] ansible-ipa-client-install: The proper option is
 ipaclient-install-packages

The wrong name has been used for the option of _install_packages.
---
 utils/ansible-ipa-client-install | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/ansible-ipa-client-install b/utils/ansible-ipa-client-install
index 8ebfa3a2..de78b32d 100755
--- a/utils/ansible-ipa-client-install
+++ b/utils/ansible-ipa-client-install
@@ -196,8 +196,8 @@ def parse_options():
                         choices=("yes", "no"), default=None,
                         help="The bool value defines if an already joined or "
                         "partly set-up client can be repaired. Default: no")
-    parser.add_argument("--ipaserver-install-packages",
-                        dest="ipaserver_install_packages",
+    parser.add_argument("--ipaclient-install-packages",
+                        dest="ipaclient_install_packages",
                         choices=("yes", "no"), default=None,
                         help="The bool value defines if the needed packages "
                         "are installed on the node. Default: yes")
-- 
GitLab