[stable-10] ansible-core 2.20: avoid deprecated functionality (#10687) (#10694)

ansible-core 2.20: avoid deprecated functionality (#10687)

Avoid deprecated functionality.

(cherry picked from commit 47e8a3c193)
This commit is contained in:
Felix Fontein
2025-08-18 07:18:40 +02:00
committed by GitHub
parent 6d94f0acbe
commit 8a6fb28296
22 changed files with 23 additions and 21 deletions

View File

@@ -36,7 +36,7 @@ _value:
"""
from ansible.errors import AnsibleFilterError
from ansible.module_utils.common._collections_compat import Sequence
from collections.abc import Sequence
from collections import Counter