Skip to content

Commit

Permalink
Merge pull request #19 from viasite-ansible/fix_ubuntu_idempotence
Browse files Browse the repository at this point in the history
Fix idempotence on ubuntu 16.04-20.04
  • Loading branch information
tersmitten authored May 1, 2020
2 parents 22b3076 + c47fbcf commit cbfd543
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/etc/default/locale.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# {{ ansible_managed }}

LANG="{{ locales_default.lang }}"
LANG={{ locales_default.lang }}
{% if locales_default.language is defined %}
LANGUAGE="{{ locales_default.language }}"
{% endif %}
Expand Down

0 comments on commit cbfd543

Please sign in to comment.