Disable this kojid and kojira running thing for now so s390 host doesn't fail.

This commit is contained in:
Kevin Fenzi 2015-06-12 22:12:13 +00:00
parent eaf84d4a0f
commit 349a1e6ccb

View file

@ -68,19 +68,19 @@
- include: "{{ handlers }}/restart_services.yml" - include: "{{ handlers }}/restart_services.yml"
- name: Start the kojid builder daemon, but only on staging. #- name: Start the kojid builder daemon, but only on staging.
# Really -- this should never be set for prod. # # Really -- this should never be set for prod.
hosts: koji-stg:s390-koji01.qa.fedoraproject.org # hosts: koji-stg:s390-koji01.qa.fedoraproject.org
user: root # user: root
gather_facts: True # gather_facts: True
#
# XXX - should these just be included in koji_builder and koji_hub roles? # # XXX - should these just be included in koji_builder and koji_hub roles?
tasks: # tasks:
- name: make sure kojid is running # - name: make sure kojid is running
service: name=kojid state=running # service: name=kojid state=running
tags: # tags:
- kojid # - kojid
- name: make sure kojira is running # - name: make sure kojira is running
service: name=kojira state=running # service: name=kojira state=running
tags: # tags:
- kojira # - kojira