diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index c0e0f040a6..8353fa4755 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -131,7 +131,7 @@ - koji_builder - name: config for the kojid runroot plugin (only some builders) - template: src=runroot.conf.j2 dest=/etc/kojid/runroot.conf + template: src=runroot.conf.j2 dest=/etc/kojid/plugins/runroot.conf when: "'runroot' in group_names" notify: - restart kojid