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.
This commit is contained in:
Thomas Woerner
2019-03-26 14:17:05 +01:00
parent 88cbbf6309
commit 9a9138150b

View File

@@ -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,