1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

locale_gen: search for available locales in /usr/local as well (#11046)

* locale_gen: search for available locales in /usr/local as well

* better var name

* add test for /usr/local

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

* skip /usr/local/ for Archlinux

* improve/update documentation

* add license file for the custom locale

* add changelog frag

* Update plugins/modules/locale_gen.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update changelogs/fragments/11046-locale-gen-usrlocal.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Alexei Znamensky 2025-11-16 11:17:08 +13:00 committed by GitHub
parent 5617d57c8c
commit 98aca27a8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 247 additions and 26 deletions

View file

@ -17,3 +17,6 @@
loop: "{{ locale_list_basic }}"
loop_control:
loop_var: locale_basic
- name: Run tests for 11046
ansible.builtin.include_tasks: 11046-usrlocal.yml