We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5d6b02 commit 4a4bcd4Copy full SHA for 4a4bcd4
changelogs/fragments/174-deprecations.yml
@@ -0,0 +1,2 @@
1
+bugfixes:
2
+ - "Avoid deprecated functionality in ansible-core 2.20 (https://github.com/ansible-collections/community.hrobot/pull/174)."
plugins/plugin_utils/unsafe.py
@@ -8,7 +8,7 @@
8
import re
9
10
from ansible.module_utils.six import binary_type, text_type
11
-from ansible.module_utils.common._collections_compat import Mapping, Set
+from collections.abc import Mapping, Set
12
from ansible.module_utils.common.collections import is_sequence
13
from ansible.utils.unsafe_proxy import (
14
AnsibleUnsafe,
0 commit comments