picky picky, try this

This commit is contained in:
Kevin Fenzi 2017-05-14 20:24:50 +00:00
parent deda13a640
commit 7449edfceb

View file

@ -50,7 +50,7 @@
- name: make sure httpd is running
service: name=httpd state=started enabled=yes
when: inventory_hostname != buildvm-s390x-07.s390.fedoraproject.org
when: not inventory_hostname_short == "buildvm-s390x-07"
- name: make sure kojid is running
service: name=kojid state=started enabled=yes