Merge pull request #582 from rjeffman/dnszone_add_check_mode_support

ipadnszone: add check mode support
This commit is contained in:
Thomas Woerner
2021-09-03 13:12:05 +02:00
committed by GitHub
3 changed files with 32 additions and 0 deletions

View File

@@ -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()