check-compose: update to new fedmsg daemon-y check-compose
This commit is contained in:
parent
6df9cc15e0
commit
dbd73b9bde
1 changed files with 10 additions and 6 deletions
|
@ -60,6 +60,14 @@
|
|||
dest: /root/fedora-qa
|
||||
register: gitqa
|
||||
|
||||
# TEMPORARY cleanup of old systemd units/timers
|
||||
- name: Disable and stop old systemd timers
|
||||
service: name=check-compose-{{ item }}.timer enabled=no state=stopped
|
||||
with_items:
|
||||
- branched
|
||||
- postrelease
|
||||
- rawhide
|
||||
|
||||
- name: Build check-compose
|
||||
command: "make prefix=/usr"
|
||||
args:
|
||||
|
@ -81,9 +89,5 @@
|
|||
tags:
|
||||
- config
|
||||
|
||||
- name: Enable and start timers
|
||||
service: name=check-compose-{{ item }}.timer enabled=yes state=started
|
||||
with_items:
|
||||
- branched
|
||||
- rawhide
|
||||
- postrelease
|
||||
- name: Enable and start daemon
|
||||
service: name=check-compose.service enabled=yes state=started
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue