koji_builder: try and fix up some logic to make ansible happy.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2018-12-30 17:43:33 +00:00
parent 3a12278ad9
commit f068e5a785

View file

@ -126,7 +126,7 @@
- koji_builder
notify:
- restart kojid
when: Guestpy.stat.mtime > Guestpyc.stat.mtime or Guestpyo.stat.mtime
when: Guestpy.stat.mtime > Guestpyc.stat.mtime or Guestpy.stat.mtime > Guestpyo.stat.mtime
- name: enable virtlogd service
service: name=virtlogd state=started enabled=yes