summaryrefslogtreecommitdiff
path: root/changelogs/fragments
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2021-03-23 11:12:49 -0400
committerGitHub <noreply@github.com>2021-03-23 16:12:49 +0100
commitc1eed681aafbfa1bc1c34ad1b0bf5c4be3201514 (patch)
tree6c2276af65e926263ac9f84ad527bf043024a844 /changelogs/fragments
parent6856e751ff3a298ea74dedd85848627bb821ae36 (diff)
downloadansible-c1eed681aafbfa1bc1c34ad1b0bf5c4be3201514.tar.gz
fix wait_for looping when missing net module (#73963)
fixes #43486
Diffstat (limited to 'changelogs/fragments')
-rw-r--r--changelogs/fragments/wait_for_fix.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/wait_for_fix.yml b/changelogs/fragments/wait_for_fix.yml
new file mode 100644
index 0000000000..6678795258
--- /dev/null
+++ b/changelogs/fragments/wait_for_fix.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - wait_for module, move missing socket into function to get proper comparrison in time.