need to enable/run the virtlogd service on builders
This commit is contained in:
parent
ab09a32c78
commit
66ee924c9d
1 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,11 @@
|
||||||
tags:
|
tags:
|
||||||
- koji_builder
|
- koji_builder
|
||||||
|
|
||||||
|
- name: enable virtlogd service
|
||||||
|
service: name=virtlogd state=started enabled=yes
|
||||||
|
tags:
|
||||||
|
- koji_builder
|
||||||
|
|
||||||
- name: build /etc/kojid/kojid.conf from group vars
|
- name: build /etc/kojid/kojid.conf from group vars
|
||||||
template: src=kojid.conf dest=/etc/kojid/kojid.conf
|
template: src=kojid.conf dest=/etc/kojid/kojid.conf
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue