mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 05:43:26 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user