use ansible.module_utils.common.text.converters#1507
Merged
sc68cal merged 1 commit intonetbox-community:develfrom Jan 11, 2026
Merged
use ansible.module_utils.common.text.converters#1507sc68cal merged 1 commit intonetbox-community:develfrom
ansible.module_utils.common.text.converters#1507sc68cal merged 1 commit intonetbox-community:develfrom
Conversation
abd1f18 to
58de369
Compare
ansible.module_utils._text shall be deprecated in ansible-core 2.24 Use ansible.module_utils.common.text.converters instead. Link: ansible-collections/vmware.vmware#268 Signed-off-by: Ariel Otilibili <a.otilibili@instadeep.com>
58de369 to
1310269
Compare
ansible.module_utils.common.text.converters
sc68cal
approved these changes
Jan 11, 2026
Contributor
sc68cal
left a comment
There was a problem hiding this comment.
Thank you for the contribution
Contributor
Author
Your welcome, @sc68cal! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Hello maintainers,
I have been using your module; it's of great help. I came across some deprecation warnings in 3.16 and 3.22
Your feedback is much appreciated.
Related to no issue.
New Behavior
None.
Contrast to Current Behavior
No difference.
Discussion: Benefits and Drawbacks
ansible.module_utils._textshall be deprecated inansible-core 2.24; see ansible-collections/vmware.vmware#268.Use
ansible.module_utils.common.text.converters. This clears out deprecating warnings.Changes to the Documentation
No change.
Proposed Release Note Entry
Use
ansible.module_utils.common.text.convertersinstead of the deprecatedansible.module_utils._textDouble Check
develbranch.