summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2021-08-30 12:03:42 -0400
committerGitHub <noreply@github.com>2021-08-30 12:03:42 -0400
commite5f6c2d141d9f4e0c3efd22d98eaef0e29a74109 (patch)
treebf37029186330ee41037b7c4e2bd568783f7dbd0 /changelogs
parent051a257092200893a0c1732ea07c96d7ff90889e (diff)
downloadansible-e5f6c2d141d9f4e0c3efd22d98eaef0e29a74109.tar.gz
Fix rekey_on_member when key is undefined (#75131)
* Fix rekey_on_member when key is undefined and add a test case * Add documentation about error handling in filter and test plugin sections
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/75131-fix-rekey_on_member-lazy-evaluation.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/75131-fix-rekey_on_member-lazy-evaluation.yaml b/changelogs/fragments/75131-fix-rekey_on_member-lazy-evaluation.yaml
new file mode 100644
index 0000000000..23585033f0
--- /dev/null
+++ b/changelogs/fragments/75131-fix-rekey_on_member-lazy-evaluation.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - rekey_on_member - handle undefined positional arguments better.