mirror of https://github.com/ansible/ansible.git
Fix dangerous elb_application_lb state (#44646)
* elb_application_lb: fix dangerous default of deleting an ELB if state is omitted by changing state to default to present to be more like other AWS modulespull/44648/head
parent
b03feb6d40
commit
d3f5238c09
@ -0,0 +1,4 @@
|
||||
---
|
||||
bugfixes:
|
||||
- elb_application_lb - Fix a dangerous behavior of deleting an ELB if state was omitted from the task.
|
||||
Now state defaults to 'present', which is typical throughout AWS modules.
|
Loading…
Reference in New Issue