diff --git a/roles/ipareplica/library/ipareplica_test.py b/roles/ipareplica/library/ipareplica_test.py index 8ff391f2ebe543cb5a3375cd40d0b935e65fd3e1..7687e59a59882705ca670bb3ab1f9720001aa62c 100644 --- a/roles/ipareplica/library/ipareplica_test.py +++ b/roles/ipareplica/library/ipareplica_test.py @@ -159,19 +159,19 @@ def main(): # version specific tests # - if options.setup_adtrust and not adtrust_imported: - #if "adtrust" not in options._allow_missing: - ansible_module.fail_json(msg="adtrust can not be imported") - #else: - # options.setup_adtrust = False - # ansible_module.warn(msg="adtrust is not supported, disabling") - - if options.setup_kra and not kra_imported: - #if "kra" not in options._allow_missing: - ansible_module.fail_json(msg="kra can not be imported") - #else: - # options.setup_kra = False - # ansible_module.warn(msg="kra is not supported, disabling") + #if options.setup_adtrust and not adtrust_imported: + # #if "adtrust" not in options._allow_missing: + # ansible_module.fail_json(msg="adtrust can not be imported") + # #else: + # # options.setup_adtrust = False + # # ansible_module.warn(msg="adtrust is not supported, disabling") + + #if options.setup_kra and not kra_imported: + # #if "kra" not in options._allow_missing: + # ansible_module.fail_json(msg="kra can not be imported") + # #else: + # # options.setup_kra = False + # # ansible_module.warn(msg="kra is not supported, disabling") # From ipa installer classes