Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: not work on Ubuntu, need to use /etc/default/locale #1

Closed
laurent-kling opened this issue Feb 18, 2019 · 2 comments
Closed

Bug: not work on Ubuntu, need to use /etc/default/locale #1

laurent-kling opened this issue Feb 18, 2019 · 2 comments

Comments

@laurent-kling
Copy link

Bug

On Ubuntu, the config file is different.

Centos: /etc/locale.conf

- name: configure locale.conf centos
  template:
    src: locale.conf.j2
    dest: /etc/locale.conf
  notify:
    - localectl set-locale

Ubuntu: /etc/default/locale
https://www.thomas-krenn.com/en/wiki/Configure_Locales_in_Ubuntu

- name: configure locale.conf ubuntu
  template:
    src: locale.conf.j2
    dest: /etc/default/locale
  notify:
    - localectl set-locale
@robertdebock
Copy link
Owner

Thanks @laurent-kling, I'll change this asap.

@robertdebock
Copy link
Owner

Should be fixed by the last release, 1.0.1. Thanks @laurent-kling!

1.0.1 should be available in 30 minutes or so, please verify if this now works as expected and feel free to reopen this issue, or open another one. It's greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants