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

This commit is contained in:
Felix Fontein 2022-02-18 23:14:51 +01:00 committed by GitHub
commit a262a30122
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)."