mirror of https://github.com/ansible/ansible.git
spot instance request stay opened when module exit with timeout (#51535)
Fixes: #51534 * set valid_until equal to current time + spot_wait_timeout * add setting ValidUntil to value * add changelog fragment * fix shebang issuepull/51856/head
parent
890394aeed
commit
d40f0313e2
@ -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