mirror of https://github.com/ansible/ansible.git
Deprecate module_utils.common.collections.count (#85233)
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit 487d699226)
pull/85255/head
parent
698b8d64fc
commit
744f86fbc5
@ -0,0 +1,2 @@
|
|||||||
|
deprecated_features:
|
||||||
|
- "The ``ansible.module_utils.common.collections.count()`` function is deprecated and will be removed in ansible-core 2.23. Use ``collections.Counter()`` from the Python standard library instead."
|
||||||
Loading…
Reference in New Issue