add local-gen

This commit is contained in:
Jörg Thalheim 2014-08-06 09:10:15 +02:00
parent 1724ab2bea
commit a641ad7d43
1 changed files with 2 additions and 0 deletions

View File

@ -4,3 +4,5 @@
copy: src=locale.conf dest=/etc/locale.conf mode=0644 backup=yes
- name: /etc/hosts
template: src=hosts.j2 dest=/etc/hosts mode=0644 backup=yes
- locale_gen: name=de_DE.UTF-8 state=present
- locale_gen: name=en_DK.UTF-8 state=present