mirror of https://github.com/ansible/ansible.git
[2.8] Fix ec2_eip parameter logic
device_id is required when private_ip_address is set, but the reverse is not true.
(cherry picked from commit 6273574eb4)
Signed-off-by: flowerysong <junk+github@flowerysong.com>
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/59410/head
parent
d0f74f495b
commit
2fbf4ca99c
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- In ec2_eip, device_id is required when private_ip_address is set, but the reverse is not true (https://github.com/ansible/ansible/pull/55194).
|
||||
Loading…
Reference in New Issue