Fix some more instances of ansible.module_utils._text. (#4232) (#4233)

(cherry picked from commit a262a30122)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-02-19 08:21:01 +01:00
committed by GitHub
parent 3b1b7966ca
commit b6ccac372c
4 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "Avoid internal ansible-core module_utils in favor of equivalent public API available since at least Ansible 2.9. This fixes some instances added since the last time this was fixed (https://github.com/ansible-collections/community.general/pull/4232)."