picky picky, try this
This commit is contained in:
parent
deda13a640
commit
7449edfceb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue