diff --git a/roles/copr/backend/files/provision/provision_builder_tasks.yml b/roles/copr/backend/files/provision/provision_builder_tasks.yml index bd0bb32b3a..218dc6b510 100644 --- a/roles/copr/backend/files/provision/provision_builder_tasks.yml +++ b/roles/copr/backend/files/provision/provision_builder_tasks.yml @@ -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'