diff options
author | Willem van Ketwich <willvk@gmail.com> | 2018-02-02 21:09:55 +0100 |
---|---|---|
committer | Ryan Brown <sb@ryansb.com> | 2018-02-02 21:09:55 +0100 |
commit | 4faad64579cf3325349e5d21c095edf7a5dda0b3 (patch) | |
tree | 0e4c15684719b021ae5cd1c7b058ba52f8e43568 /CHANGELOG.md | |
parent | aci_epg: Add support for Preferred Group Membership (#35265) (diff) | |
download | ansible-4faad64579cf3325349e5d21c095edf7a5dda0b3.tar.xz ansible-4faad64579cf3325349e5d21c095edf7a5dda0b3.zip |
[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
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d1fcc6b88..1b23e6b939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,7 @@ See [Porting Guide](http://docs.ansible.com/ansible/devel/porting_guides.html) f * aws_ssm_parameter_store * aws_waf_condition * cloudfront_distribution + * cloudfront_invalidation * cloudfront_origin_access_identity * ec2_ami_facts * ec2_asg_lifecycle_hook |