diff options
author | Matt Martz <matt@sivel.net> | 2023-01-18 16:23:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 16:23:19 -0600 |
commit | 014a1a5715c8c70689657064865ac75dbf2b1617 (patch) | |
tree | d2c753e63d18e3ed2ca27afebd23335392f08414 /changelogs | |
parent | a8642ef1b057b42220ca2689877ce871e835c5bf (diff) | |
download | ansible-014a1a5715c8c70689657064865ac75dbf2b1617.tar.gz |
[stable-2.14] Ensure we are passing ciphers to all url_get calls (#79718) (#79727)
* Ensure we are passing ciphers to all url_get calls. Fixes #79717
* Add clog frag
* Fix tests
(cherry picked from commit 2143bcd)
Co-authored-by: Matt Martz <matt@sivel.net>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/79717-get-url-ciphers.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/79717-get-url-ciphers.yml b/changelogs/fragments/79717-get-url-ciphers.yml new file mode 100644 index 0000000000..d685794e2e --- /dev/null +++ b/changelogs/fragments/79717-get-url-ciphers.yml @@ -0,0 +1,2 @@ +bugfixes: +- get_url - Ensure we are passing ciphers to all url_get calls (https://github.com/ansible/ansible/issues/79717) |