From 6de6fe9bbaaf774120adc944a6e588411e6c2f74 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 28 Nov 2015 23:06:03 +0000 Subject: [PATCH] The arm01 SOC's arent in koji currently so don't require kojid running on them. --- playbooks/groups/buildhw.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index 5915d49aae..c4f02d6f6e 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -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"