summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2018-05-04 08:39:37 +1000
committerGitHub <noreply@github.com>2018-05-04 08:39:37 +1000
commitf75b7a9437ad634877921b0727f8af0cb480e71a (patch)
tree73eebb7c9239f69894e1707aae84ead3f83bbe4d /changelogs
parentdf1001577f68a319a2594de0bb993ec4e91c2068 (diff)
downloadansible-f75b7a9437ad634877921b0727f8af0cb480e71a.tar.gz
win_get_url: Fixed a few issues with using FTP and added tests (#39646)
* win_get_url: Fixed a few issues with using FTP and added tests * Fixed typo in docs
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/win_get_url-ftp-support.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/win_get_url-ftp-support.yaml b/changelogs/fragments/win_get_url-ftp-support.yaml
new file mode 100644
index 0000000000..8c365ccb3e
--- /dev/null
+++ b/changelogs/fragments/win_get_url-ftp-support.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+- win_get_url - fixed a few bugs around authentication and force no when using an FTP URL