The arm01 SOC's arent in koji currently so don't require kojid running on them.

This commit is contained in:
Kevin Fenzi 2015-11-28 23:06:03 +00:00
parent 0b402708a0
commit 6de6fe9bba

View file

@ -38,6 +38,7 @@
- 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"