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

ansible-ipa-client-install: The proper option is ipaclient-install-packages

The wrong name has been used for the option of _install_packages.
parent 5179514e
No related branches found
No related tags found
No related merge requests found
...@@ -196,8 +196,8 @@ def parse_options(): ...@@ -196,8 +196,8 @@ def parse_options():
choices=("yes", "no"), default=None, choices=("yes", "no"), default=None,
help="The bool value defines if an already joined or " help="The bool value defines if an already joined or "
"partly set-up client can be repaired. Default: no") "partly set-up client can be repaired. Default: no")
parser.add_argument("--ipaserver-install-packages", parser.add_argument("--ipaclient-install-packages",
dest="ipaserver_install_packages", dest="ipaclient_install_packages",
choices=("yes", "no"), default=None, choices=("yes", "no"), default=None,
help="The bool value defines if the needed packages " help="The bool value defines if the needed packages "
"are installed on the node. Default: yes") "are installed on the node. Default: yes")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment