[cloud] Add supports_check_mode to ec2_ami_find (#22180)

ec2_ami_find is a facts module, and makes no
changes, so trivially supports check mode
pull/22270/head
Will Thames 8 years ago committed by Ryan Brown
parent 19b49a9224
commit 699f0e861c

@ -330,6 +330,7 @@ def main():
module = AnsibleModule(
argument_spec=argument_spec,
supports_check_mode=True,
)
if not HAS_BOTO:

Loading…
Cancel
Save