From 8830d2ad1a49509bbbc734f18c3774abf6caa018 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 30 Dec 2018 18:27:07 +0000 Subject: [PATCH] koji_builder: Only show changed on compile play when "Compiling " is in the stdout. Signed-off-by: Kevin Fenzi --- roles/koji_builder/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index acc196dcb3..43ac603268 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -107,6 +107,8 @@ - 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: