From fa1eeb042cc408b213855984931057ad1b68c394 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Fri, 15 Sep 2017 12:20:46 +0200 Subject: [PATCH] library/ipa{api,discovery,extras,nss,sssd}.py: Drop unused required_one_of --- library/ipaapi.py | 1 - library/ipadiscovery.py | 1 - library/ipaextras.py | 1 - library/ipanss.py | 1 - library/ipasssd.py | 1 - 5 files changed, 5 deletions(-) diff --git a/library/ipaapi.py b/library/ipaapi.py index 004c6f5e..a97840d5 100644 --- a/library/ipaapi.py +++ b/library/ipaapi.py @@ -126,7 +126,6 @@ def main(): hostname=dict(required=True), debug=dict(required=False, type='bool', default="false") ), - # required_one_of = ( [ '', '' ] ), supports_check_mode = True, ) diff --git a/library/ipadiscovery.py b/library/ipadiscovery.py index cc150982..44b61f17 100644 --- a/library/ipadiscovery.py +++ b/library/ipadiscovery.py @@ -233,7 +233,6 @@ def main(): ca_cert_file=dict(required=False), check=dict(required=False, type='bool', default=False), ), - # required_one_of = ( [ '', '' ] ), supports_check_mode = True, ) diff --git a/library/ipaextras.py b/library/ipaextras.py index c0a5652b..124c21aa 100644 --- a/library/ipaextras.py +++ b/library/ipaextras.py @@ -177,7 +177,6 @@ def main(): nisdomain=dict(required=False), on_master=dict(required=False, type='bool', default='no'), ), - # required_one_of = ( [ '', '' ] ), supports_check_mode = True, ) diff --git a/library/ipanss.py b/library/ipanss.py index ccfbfec2..8b523991 100644 --- a/library/ipanss.py +++ b/library/ipanss.py @@ -172,7 +172,6 @@ def main(): mkhomedir=dict(required=False), on_master=dict(required=False, type='bool'), ), - # required_one_of = ( [ '', '' ] ), supports_check_mode = True, ) diff --git a/library/ipasssd.py b/library/ipasssd.py index 616a3393..18784f24 100644 --- a/library/ipasssd.py +++ b/library/ipasssd.py @@ -157,7 +157,6 @@ def main(): dns_updates=dict(required=False, type='bool'), all_ip_addresses=dict(required=False, type='bool'), ), - # required_one_of = ( [ '', '' ] ), supports_check_mode = True, ) -- GitLab