Run, kojira, run!
This commit is contained in:
parent
0ea3628b3c
commit
ad18f9defd
1 changed files with 4 additions and 1 deletions
|
@ -59,6 +59,9 @@
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
|
|
||||||
|
# XXX - should these just be included in koji_builder and koji_hub roles?
|
||||||
tasks:
|
tasks:
|
||||||
- name: make sure kojid is running
|
- name: make sure kojid is running
|
||||||
action: service name=kojid state=running
|
service: name=kojid state=running
|
||||||
|
- name: make sure kojira is running
|
||||||
|
service: name=kojira state=running
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue