exclude httpd on buildvm-s390x-07 as it is running varnish

This commit is contained in:
Kevin Fenzi 2017-05-14 20:18:24 +00:00
parent 179cc4dd54
commit deda13a640

View file

@ -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