koji_builder: Only show changed on compile play when "Compiling " is in the stdout.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2018-12-30 18:27:07 +00:00
parent 679bce5555
commit 8830d2ad1a

View file

@ -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: