From 3e633a786d1235920ec6f1c4623aaad9c278407d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Jun 03 2020 18:46:49 +0000 Subject: iad2: we do not want to force kojid running in iad2 until we migrate there Signed-off-by: Kevin Fenzi --- diff --git a/playbooks/groups/buildvm.yml b/playbooks/groups/buildvm.yml index e33974a..c32582f 100644 --- a/playbooks/groups/buildvm.yml +++ b/playbooks/groups/buildvm.yml @@ -100,8 +100,8 @@ - import_tasks: "{{ tasks_path }}/motd.yml" when: not inventory_hostname.startswith('bkernel') - - name: make sure kojid is running - service: name=kojid state=started enabled=yes +# - name: make sure kojid is running +# service: name=kojid state=started enabled=yes handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"