locale installation fix

Signed-off-by: Miroslav Suchý <msuchy@redhat.com>
This commit is contained in:
clime 2016-04-12 17:16:53 +02:00 committed by Miroslav Suchý
parent 27544dbce2
commit 47a87e6e05

View file

@ -93,3 +93,9 @@
ini_file: dest=/etc/systemd/coredump.conf section=Coredump option=Storage value=none
# notify:
# - systemctl daemon-reload
- name: 'Remove %_install_langs from /etc/rpm/macros.image-language-conf so that `yum-deprecated --installroot=<chroot-path> install glibc-all-langpacks` installs all possible locale into build chroots'
lineinfile:
dest: '/etc/rpm/macros.image-language-conf'
regexp: '^%_install_lang.*'
state: 'absent'