mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 06:13:21 +00:00
ansible-ipa-client-install: The proper option is ipaclient-install-packages
The wrong name has been used for the option of _install_packages.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user