mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
ipareplica_test: Deactivate adtrust_imported and kra_imported tests
These test are failing because there is no adtrust_imported and kra_imported setting yet in ansible_ipa_replica.
This commit is contained in:
@@ -159,19 +159,19 @@ def main():
|
|||||||
|
|
||||||
# version specific tests #
|
# version specific tests #
|
||||||
|
|
||||||
if options.setup_adtrust and not adtrust_imported:
|
#if options.setup_adtrust and not adtrust_imported:
|
||||||
#if "adtrust" not in options._allow_missing:
|
# #if "adtrust" not in options._allow_missing:
|
||||||
ansible_module.fail_json(msg="adtrust can not be imported")
|
# ansible_module.fail_json(msg="adtrust can not be imported")
|
||||||
#else:
|
# #else:
|
||||||
# options.setup_adtrust = False
|
# # options.setup_adtrust = False
|
||||||
# ansible_module.warn(msg="adtrust is not supported, disabling")
|
# # ansible_module.warn(msg="adtrust is not supported, disabling")
|
||||||
|
|
||||||
if options.setup_kra and not kra_imported:
|
#if options.setup_kra and not kra_imported:
|
||||||
#if "kra" not in options._allow_missing:
|
# #if "kra" not in options._allow_missing:
|
||||||
ansible_module.fail_json(msg="kra can not be imported")
|
# ansible_module.fail_json(msg="kra can not be imported")
|
||||||
#else:
|
# #else:
|
||||||
# options.setup_kra = False
|
# # options.setup_kra = False
|
||||||
# ansible_module.warn(msg="kra is not supported, disabling")
|
# # ansible_module.warn(msg="kra is not supported, disabling")
|
||||||
|
|
||||||
# From ipa installer classes
|
# From ipa installer classes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user