mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
route53_facts: add check mode support (#56900)
* route53_facts: add check mode support * route53_facts: add changelog fragment mentioning check mode support * route53_facts: alter changelog fragment type from `minor_changes` to `bugfixes` * Update changelogs/fragments/56900-route53-facts-check-mode.yaml Co-Authored-By: Felix Fontein <felix@fontein.de>
This commit is contained in:
committed by
René Moser
parent
89b73cb535
commit
fcfc122205
@@ -432,6 +432,7 @@ def main():
|
||||
|
||||
module = AnsibleModule(
|
||||
argument_spec=argument_spec,
|
||||
supports_check_mode=True,
|
||||
mutually_exclusive=[
|
||||
['hosted_zone_method', 'health_check_method'],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user