From b8c7d13fb7a77f2ac29f5941dac10c37467ebd9c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 28 May 2020 17:05:08 -0700 Subject: [PATCH] koji_builder: remove last remnant of old hotfix for oz Signed-off-by: Kevin Fenzi --- roles/koji_builder/tasks/main.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index c8e2aefc9d..bc9f545f5b 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -124,15 +124,6 @@ - koji_builder when: "ansible_architecture is defined and ansible_architecture == 'aarch64'" -- name: Re byte compile Guest.py (if needed) - command: python2 -m compileall /usr/lib/python2.7/site-packages/oz/Guest.py - register: compileGuestpy - changed_when: "'Compiling ' in compileGuestpy.stdout" - tags: - - koji_builder - notify: - - restart kojid - - name: enable virtlogd service service: name=virtlogd state=started enabled=yes tags: