mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 20:09:08 -07:00
[cloud][aws] New module: cloudfront_invalidation (#35601)
* Remove redundant default for target_paths * Make invalidation requests idempotent * Remove redundant exception handling around boto3_conn * Add cloudfront_invalidation to the changelog
This commit is contained in:
parent
36bd24f121
commit
4faad64579
3 changed files with 279 additions and 0 deletions
|
@ -142,3 +142,6 @@ class AnsibleAWSModule(object):
|
|||
else:
|
||||
self._module.fail_json(msg=message, exception=last_traceback,
|
||||
**camel_dict_to_snake_dict(response))
|
||||
|
||||
def warn(self, msg):
|
||||
self._module.warn(msg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue