mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
Merge pull request #582 from rjeffman/dnszone_add_check_mode_support
ipadnszone: add check mode support
This commit is contained in:
@@ -537,6 +537,7 @@ def main():
|
||||
argument_spec=get_argument_spec(),
|
||||
mutually_exclusive=[["name", "name_from_ip"]],
|
||||
required_one_of=[["name", "name_from_ip"]],
|
||||
supports_check_mode=True,
|
||||
).ipa_run()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user