From 9a9138150b5cda3184dc5fbd5ff476dd54ae49e6 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Tue, 26 Mar 2019 14:17:05 +0100 Subject: [PATCH] ipaserver_test: Do not mark ipaserver_test as changed. The changed flag is not set to True any more to make sure that the try to deploy an already deployed server again will not result in an error. --- roles/ipaserver/library/ipaserver_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipaserver/library/ipaserver_test.py b/roles/ipaserver/library/ipaserver_test.py index 2ca62058..880e641d 100644 --- a/roles/ipaserver/library/ipaserver_test.py +++ b/roles/ipaserver/library/ipaserver_test.py @@ -738,7 +738,7 @@ def main(): # done ################################################################## - ansible_module.exit_json(changed=True, + ansible_module.exit_json(changed=False, ipa_python_version=IPA_PYTHON_VERSION, ### basic ### domain=options.domain_name, -- GitLab