mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-08 14:23:11 +00:00
utils/ansible-ipa-server-install: Add deprecated (unused) --domain-level option
This is option is used in test scripts.
This commit is contained in:
@@ -259,6 +259,9 @@ def parse_options():
|
||||
default=None, type=int,
|
||||
help="Start value of the secondary range for mapping "
|
||||
"UIDs and GIDs to RIDs")
|
||||
# deprecated
|
||||
parser.add_argument("--domain-level", type=int,
|
||||
help="IPA domain level (deprecated)")
|
||||
# uninstall
|
||||
parser.add_argument("--ignore-topology-disconnect",
|
||||
dest="ignore_topology_disconnect",
|
||||
|
||||
Reference in New Issue
Block a user