8000 5.0.0 community.general.locale_gen doesn't exist · Issue #4706 · ansible-collections/community.general · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
5.0.0 community.general.locale_gen doesn't exist #4706
Closed
@thinkl33t

Description

@thinkl33t

Summary

When upgrading community.general from 4.x to 5.0.0, the locale_gen module is no longer found. This works fine if we specify community.general<5.0.0 when installing the collection.

Issue Type

Bug Report

Component Name

community.general.locale_gen

Ansible Version

$ ansible --version

Community.general Version

$ ansible-galaxy collection list community.general
Collection        Version
----------------- -------
community.general 4.0.2  

Configuration

$ ansible-config dump --only-changed

OS / Environment

No response

Steps to Reproduce

- name: Ensure locale is en_GB.UTF-8
  community.general.locale_gen:
    name: en_GB.UTF-8
    state: present

Expected Results

locale_gen module to exist and work.

Actual Results

ERROR! couldn't resolve module/action 'community.general.locale_gen'. This often indicates a misspelling, missing collection, or incorrect module path.

Code of Conduct

  • I agree to follow the Ansible Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue/PR relates to a bugmodulemodulepluginsplugin (any type)system

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0