ansible/changelogs/fragments/65555-amazon-sanity-required.yml
Mark Chappell eac7d2a958 ec2_placement_group: Make name 'required' to match the documentation (#65555)
Previously you'd get one of the following behaviours:
- A boto3 error
- Nothing would change
- An error that you're not allowed to change the strategy

So of the bahaviour would depend on the random order that AWS returns the list of all Placement Groups
2019-12-09 14:35:36 +05:30

2 lines
69 B
YAML

minor_changes:
- ec2_placement_group - make `name` a required field.