koji_builder: and conditional for rngd starting

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-02-17 10:37:28 -08:00
parent d0f112f435
commit 342ad36321

View file

@ -330,4 +330,4 @@
tags:
- koji_builder
- koji_builder/rngd
when: ansible_architecture != 's390x' or ansible_architecture != 'ppc64le'
when: ansible_architecture != 's390x' and ansible_architecture != 'ppc64le'