summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorGonéri Le Bouder <goneri@lebouder.net>2020-01-31 18:18:18 +0100
committerGonéri Le Bouder <goneri@lebouder.net>2020-02-07 23:48:29 +0100
commit802cc602429ea2b37eb7d75a8bb1dc2ebcfc05e1 (patch)
tree6208d4cb732db42308811156bdad5b7377fd85ca /changelogs
parentTemporarily remove AIX from test matrix. (diff)
downloadansible-802cc602429ea2b37eb7d75a8bb1dc2ebcfc05e1.tar.xz
ansible-802cc602429ea2b37eb7d75a8bb1dc2ebcfc05e1.zip
vmware_guest_tools_wait: add timeout parameter
Add a new `timeout` parameter to `vmware_guest_tools_wait`. Also, a functional test to cover the module.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/vmware_guest_tools_wait_time.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/vmware_guest_tools_wait_time.yaml b/changelogs/fragments/vmware_guest_tools_wait_time.yaml
new file mode 100644
index 0000000000..2060f8d549
--- /dev/null
+++ b/changelogs/fragments/vmware_guest_tools_wait_time.yaml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - vmware_guest_tools_wait now exposes a ``timeout`` parameter that allow the user to adjust the timeout (second).