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>
pull/85088/merge
parent
b4741fc495
commit
487d699226
@ -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