mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Properly handle proxmox_snap timeout parameter (#10176)
* fix: issue #10175 There is some code to handle timeout, but due to an erroneous while test, it was never called. Use timeout >= 0 instead of timeout, so the timeout code can be called, and properly handle timeout. * add changelog * Adjust changelog fragment. --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c9cd54a845
commit
41f8e0bad6
2 changed files with 8 additions and 5 deletions
3
changelogs/fragments/10176-fix-proxmox_snap_timeout.yml
Normal file
3
changelogs/fragments/10176-fix-proxmox_snap_timeout.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
minor_changes:
|
||||
- proxmox_snap - correctly handle proxmox_snap timeout parameter (https://github.com/ansible-collections/community.proxmox/issues/73, https://github.com/ansible-collections/community.proxmox/issues/95, https://github.com/ansible-collections/community.general/pull/10176).
|
Loading…
Add table
Add a link
Reference in a new issue