From deda13a640d2dcf85b2f42b239184ce8ccc1aa9e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 14 May 2017 20:18:24 +0000 Subject: [PATCH] exclude httpd on buildvm-s390x-07 as it is running varnish --- playbooks/groups/buildvm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index 6e76509162..1b9f27e7da 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -50,6 +50,7 @@ - name: make sure httpd is running service: name=httpd state=started enabled=yes + when: inventory_hostname != buildvm-s390x-07.s390.fedoraproject.org - name: make sure kojid is running service: name=kojid state=started enabled=yes