summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2022-03-15 14:11:12 -0400
committerGitHub <noreply@github.com>2022-03-15 11:11:12 -0700
commit939f8430241a9bafd1fd903ce865b0d422b2218b (patch)
tree1376f4441b7136c41d2ac186291824ef1f4a358c /changelogs
parentca8835c99029e6cbbb64a5510e6b03a943ba1697 (diff)
downloadansible-939f8430241a9bafd1fd903ce865b0d422b2218b.tar.gz
[2.11] Fix collection redirects for filter and test plugins (#77210) (#77228)
* Fix collection redirects for filter and test plugins (#77210) * Fix collection redirects for jinja2 filters/tests * Handle recursive redirects Co-authored-by: Matt Martz <matt@sivel.net> (cherry picked from commit 8063643b4cec51a72377da5f3fa354d3ff9e737a) * The error message is only capitalized on 2.13. Make test more flexible. (cherry picked from commit 734777ef05b8c200f45336a8b9b41f9f9af597c1)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/77210-fix-collection-filter-test-redirects.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/77210-fix-collection-filter-test-redirects.yml b/changelogs/fragments/77210-fix-collection-filter-test-redirects.yml
new file mode 100644
index 0000000000..2175696796
--- /dev/null
+++ b/changelogs/fragments/77210-fix-collection-filter-test-redirects.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - Fix collection filter/test plugin redirects (https://github.com/ansible/ansible/issues/77192).