You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/s3_bucket_fix_non_str_tags....

6 lines
278 B
YAML

---
bugfixes:
- s3_bucket - Prior to 2.6 using non-text tags worked, although was not idempotent. In 2.6
waiters were introduced causing non-text tags to be fatal to the module's completion.
This fixes the module failure as well as idempotence using integers as tags.