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:
parent
3a12278ad9
commit
f068e5a785
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue