mirror of https://github.com/ansible/ansible.git
* [cloud] ec2_asg: wait for the lifecycle hooks - Fixes #37281 (#37282)
Wait for the lifecycle hooks by matching states `Terminating:Wait` and `Terminating:Proceed` in addition to `Terminating`.
(cherry picked from commit ffd1200948
)
* Add changelog fragment
pull/39961/head
parent
fb26f6107d
commit
2107d91e45
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ec2_asg - wait for lifecycle hooks to complete (https://github.com/ansible/ansible/issues/37281)
|
Loading…
Reference in New Issue