koji_builder: don't try and run rngd on aarch64 either
It tries to start on aarch64, but fails. So, only run rngd on x86_64 Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
28a290f2bf
commit
ccb3e81b62
1 changed files with 2 additions and 1 deletions
|
@ -366,13 +366,14 @@
|
|||
tags:
|
||||
- koji_builder
|
||||
- koji_builder/rngd
|
||||
when: ansible_architecture == 'x86_64'
|
||||
|
||||
- name: Start rngd
|
||||
service: name=rngd state=started enabled=yes
|
||||
tags:
|
||||
- koji_builder
|
||||
- koji_builder/rngd
|
||||
when: ansible_architecture != 's390x' and ansible_architecture != 'ppc64le'
|
||||
when: ansible_architecture == 'x86_64'
|
||||
|
||||
- name: disable systemd-oomd we do not need or want it
|
||||
systemd: name=systemd-oomd state=stopped enabled=no masked=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue