mirror of https://github.com/ansible/ansible.git
[Backport 2.7] spot instance request stay opened when module exit with timeout
Fixes: #51534
* set valid_until equal to current time + spot_wait_timeout
* add setting ValidUntil to value
* add changelog fragment
* fix shebang issue
(cherry picked from commit d40f0313e2
)
pull/52048/head
parent
ec6a30b9ca
commit
e7e47ca1fc
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ec2 - Correctly sets the end date of the Spot Instance request. Sets `ValidUntil` value in proper way so it will be auto-canceled through `spot_wait_timeout` interval.
|
Loading…
Reference in New Issue