You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ansible-galaxy collection list community.generalCollection Version---------------------------------------- -------community.general 9.0.0
Configuration
$ ansible-config dump --only-changed
OS / Environment
Ubuntu 22.04
Steps to Reproduce
- name: Add support for the pt_PT localecommunity.general.locale_gen:
name: pt_PT.UTF-8
Expected Results
no deprecation warning.
Actual Results
TASK [base : Add support for the pt_PT locale] *********************************[DEPRECATION WARNING]: This class is using the old VarDict from ModuleHelper, which is deprecated. Set the class variable use_old_vardict to False and make the necessary adjustments.The old VarDict class will be removed in community.general 11.0.0. This feature will be removed from community.general in version 11.0.0. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
Code of Conduct
I agree to follow the Ansible Code of Conduct
The text was updated successfully, but these errors were encountered:
Summary
geting a "[DEPRECATION WARNING]" when using the module.
Issue Type
Bug Report
Component Name
locale_gen
Ansible Version
Community.general Version
Configuration
$ ansible-config dump --only-changed
OS / Environment
Ubuntu 22.04
Steps to Reproduce
Expected Results
no deprecation warning.
Actual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: