Skip to content
This repository was archived by the owner on Jun 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1 from LibreIT/master
Browse files Browse the repository at this point in the history
use LANG environment when exec dpkg-reconfigure
  • Loading branch information
knopki committed Feb 27, 2014
2 parents a10c168 + ea33f0d commit 33dc412
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
# handlers file for locale
- name: generate locales
command: dpkg-reconfigure --frontend noninteractive locales
command: dpkg-reconfigure --frontend noninteractive locales
environment:
lang: locale_lang

0 comments on commit 33dc412

Please # to comment.