mirror of https://github.com/ansible/ansible.git
Nuke _get_item() from callback, deprecated 2.11 (#70233)
Change: - Remove _get_item() alias as it has been deprecated - Update tests - Remove relevant sanity curtailment - Add changelog Test Plan: CI, grep Signed-off-by: Rick Elrod <rick@elrod.me>pull/70237/head
parent
88bb76f248
commit
7584e145a9
@ -0,0 +1,2 @@
|
||||
removed_features:
|
||||
- Removed `_get_item()` alias from callback plugin base class which had been deprecated in favor of `_get_item_label()`.
|
Loading…
Reference in New Issue