mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
Update xfconf.py: make locale-independent (#744)
* Update xfconf.py - ensure correct behaviour, even in desktop environments which don't use English as the default language - add double as content type * set environ_update for entire module * set envvar LANGUAGE instead of LANG because of priority order in evaluating them
This commit is contained in:
parent
0e8cc31799
commit
d13b026f47
2 changed files with 10 additions and 4 deletions
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- xfconf - add support for ``double`` type (https://github.com/ansible-collections/community.general/pull/744).
|
||||
bugfixes:
|
||||
- xfconf - make it work in non-english locales (https://github.com/ansible-collections/community.general/pull/744).
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue