diff --git a/playbooks/groups/buildhw.yml b/playbooks/groups/buildhw.yml index 888c4de249..a5bfe816ea 100644 --- a/playbooks/groups/buildhw.yml +++ b/playbooks/groups/buildhw.yml @@ -25,6 +25,13 @@ - role: keytab/service kt_location: /etc/kojid/kojid.keytab service: compile + - role: keytab/service + owner_user: root + owner_group: root + service: innercompose + host: "odcs{{ env_suffix }}.fedoraproject.org" + kt_location: /etc/kojid/secrets/odcs_inner.keytab + when: env == "staging" tasks: - import_tasks: "{{ tasks_path }}/2fa_client.yml" diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index 60d40994fd..0a2f1cc0c5 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -22,7 +22,7 @@ tasks: - name: get list of guests - virt: command=list_vms + virt: command=list_vms state=running register: vmlist # - name: get info on guests (prereboot)