locale_gen: refactor (#6903)

* locale_gen: refactor

* fix sanity

* add changelog frag
This commit is contained in:
Alexei Znamensky 2023-07-15 22:54:53 +12:00 committed by GitHub
commit 3a6955cbd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 144 additions and 168 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- locale_gen - module has been refactored to use ``ModuleHelper`` and ``CmdRunner`` (https://github.com/ansible-collections/community.general/pull/6903).