We want kojid running on arm01 builders now too

This commit is contained in:
Kevin Fenzi 2016-01-27 20:51:24 +00:00
parent 0307d0a0a5
commit 80aac7354d

View file

@ -38,7 +38,6 @@
- name: make sure kojid is running
service: name=kojid state=running enabled=yes
when: not inventory_hostname.startswith('arm01')
handlers:
- include: "{{ handlers }}/restart_services.yml"