copr-builders: disable systemd-oomd
Relates: https://bugzilla.redhat.com/show_bug.cgi?id=2051154 Maybe relates: https://pagure.io/copr/copr/issue/2077
This commit is contained in:
parent
6cd9a57b0b
commit
4fe6812fc5
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@
|
||||||
no_log: true
|
no_log: true
|
||||||
when: prepare_base_image is not defined
|
when: prepare_base_image is not defined
|
||||||
|
|
||||||
|
- name: stop and disable systemd-oomd
|
||||||
|
service:
|
||||||
|
name: systemd-oomd
|
||||||
|
state: stopped
|
||||||
|
enabled: no
|
||||||
|
|
||||||
- name: install copr-builder and other latest packages
|
- name: install copr-builder and other latest packages
|
||||||
dnf: state=latest pkg={{ packages }}
|
dnf: state=latest pkg={{ packages }}
|
||||||
vars:
|
vars:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue