copr-backend: again fix builder locale configuration so that chroots contain all available locales

This commit is contained in:
clime 2017-08-23 17:32:50 +02:00
parent 7b8e9d5731
commit 7d30f319e0

View file

@ -68,3 +68,9 @@
- name: disable core dumps
ini_file: dest=/etc/systemd/coredump.conf section=Coredump option=Storage value=none
- name: 'Remove %_install_langs from /etc/rpm/macros.image-language-conf'
lineinfile:
dest: '/etc/rpm/macros.image-language-conf'
regexp: '^%_install_lang.*'
state: 'absent'