copr-backend: again fix builder locale configuration so that chroots contain all available locales
This commit is contained in:
parent
7b8e9d5731
commit
7d30f319e0
1 changed files with 6 additions and 0 deletions
|
@ -68,3 +68,9 @@
|
||||||
|
|
||||||
- name: disable core dumps
|
- name: disable core dumps
|
||||||
ini_file: dest=/etc/systemd/coredump.conf section=Coredump option=Storage value=none
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue