Change this to just running.

This commit is contained in:
Kevin Fenzi 2014-01-25 19:42:21 +00:00
parent f1e5089967
commit f2799983ec

View file

@ -40,8 +40,8 @@
- include: "{{ tasks }}/yumrepos.yml"
- include: "{{ tasks }}/koji/builder_kernel_config.yml"
- name: restart kojid
action: service name=kojid state=restarted
- name: make sure kojid is running
action: service name=kojid state=running
handlers:
- include: "{{ handlers }}/restart_services.yml"