ansible/changelogs/fragments/vmware_export_ovf.yaml
Gonéri Le Bouder 3ce6440515 vmware_export_ovf: increase default timeout
I consistently reach a timeout with the current (10s) timeout. This
commit increases the default value to 30s, this should simplify the life
of our users.
Also, the documentation was incorrect. The value is in second, not minute.
2020-01-27 13:57:01 -05:00

4 lines
149 B
YAML

---
minor_changes:
- vmware_export_ovf - timeout value is actually in seconds, not minutes
- vmware_export_ovf - increase default timeout to 30s