locale installation fix
Signed-off-by: Miroslav Suchý <msuchy@redhat.com>
This commit is contained in:
parent
27544dbce2
commit
47a87e6e05
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue