Skip to content

Instantly share code, notes, and snippets.

@igkuz
Created February 14, 2014 12:00
Show Gist options
  • Select an option

  • Save igkuz/8999890 to your computer and use it in GitHub Desktop.

Select an option

Save igkuz/8999890 to your computer and use it in GitHub Desktop.
-
name: set locale
lineinfile:
dest=/etc/environment
line='LC_ALL="en_US.UTF-8"'
state=present
backup=true
sudo: true
tags: [ locale ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment