diff --git a/utils/ansible-ipa-server-install b/utils/ansible-ipa-server-install index 3faf480c21e786b7bf60e779caaf26803a7f4927..89b93d563ff768354ca4dcdb0ccf4386592a2549 100755 --- a/utils/ansible-ipa-server-install +++ b/utils/ansible-ipa-server-install @@ -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",