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