mirror of https://github.com/ansible/ansible.git
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 Groupspull/65557/head^2
parent
a56139e792
commit
eac7d2a958
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- ec2_placement_group - make `name` a required field.
|
||||||
Loading…
Reference in New Issue