Skip to content

Commit

Permalink
resolves #6 - locales
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocarvalho committed May 9, 2015
1 parent a5d963e commit 5b9ae79
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
- portmap
- s3cmd
- npm
- language-pack-en
- language-pack-en-base
- language-pack-pt
- language-pack-pt-base

- name: create mcorp dir
sudo: True
Expand All @@ -47,3 +51,8 @@
- name: using the dark background as default for vim
sudo: no
lineinfile: dest=~/.vimrc line="set background=dark" state=present create=yes

- name: Configure Locale
locale_gen:
locale: pt_BR.UTF-8
state: present

0 comments on commit 5b9ae79

Please sign in to comment.