summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2024-09-06 06:50:35 +0200
committerGitHub <noreply@github.com>2024-09-06 06:50:35 +0200
commit9c49fdd86d0f555dd1bef0d117e095ca1287047f (patch)
tree21995666c45c36d0a507c3b676e3f8e4d8cd64e0 /changelogs
parentUpdate subset.yml (#83908) (diff)
downloadansible-9c49fdd86d0f555dd1bef0d117e095ca1287047f.tar.xz
ansible-9c49fdd86d0f555dd1bef0d117e095ca1287047f.zip
delay keyword changed from int to float (#83901)
* delay keyword changed from int to float * draft test * fixed test * expanded test, fixed 'name' tests also * cleanup * fix
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/delay_type.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/delay_type.yml b/changelogs/fragments/delay_type.yml
new file mode 100644
index 0000000000..03b44dc098
--- /dev/null
+++ b/changelogs/fragments/delay_type.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - delay keyword is now a float, matching the underlying 'time' API and user expectations.