-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple modules: use new vardict in module #8411
multiple modules: use new vardict in module #8411
Conversation
Are there potentially more modules in c.g with the same deprecation? |
There are others:
^ filtered out the ones that are already using the new VarDict |
Do you want to fix them here, or in a separate PR? |
(Would be great to get at least some of these in until Monday, so I can create a bugfix release for Ansible 10.0.0rc1.) |
Well, I wasn't planning on rushing with those but I suppose some of them are going to be low-hanging fruits. Will use this PR a little further. |
e28ff83
to
72cced0
Compare
3250fd8
to
118a2bc
Compare
@felixfontein the jira and gio_mime modules will require more work, so I will leave those for separate PRs. Other than that, ready for review. |
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #8419 🤖 @patchback |
@russoz thanks! |
* use new vardict in module * add changelog frag * Update changelogs/fragments/8411-locale-gen-vardict.yml Co-authored-by: Felix Fontein <[email protected]> * set use_old_vardict to false in snap * set use_old_vardict to false in cpanm * set use_old_vardict to false in django mod helper * set use_old_vardict to false in gconftool2_info * set use_old_vardict to false in kernel_blacklist * set use_old_vardict to false in mksysb * set use_old_vardict to false in pipx_info * set use_old_vardict to false in snap_alias * update chglog frag * fix typo --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit ec88620)
…ict in module (#8419) multiple modules: use new vardict in module (#8411) * use new vardict in module * add changelog frag * Update changelogs/fragments/8411-locale-gen-vardict.yml Co-authored-by: Felix Fontein <[email protected]> * set use_old_vardict to false in snap * set use_old_vardict to false in cpanm * set use_old_vardict to false in django mod helper * set use_old_vardict to false in gconftool2_info * set use_old_vardict to false in kernel_blacklist * set use_old_vardict to false in mksysb * set use_old_vardict to false in pipx_info * set use_old_vardict to false in snap_alias * update chglog frag * fix typo --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit ec88620) Co-authored-by: Alexei Znamensky <[email protected]>
SUMMARY
Add
to the module.
Fixes #8410
ISSUE TYPE
COMPONENT NAME
locale_gen