From 4891acdab623f5e7683e21db01566ee7cb116455 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 25 May 2016 18:39:19 +0000 Subject: [PATCH] koji_builder: runroot plugin changed where it reads the config from Signed-off-by: Dennis Gilmore --- roles/koji_builder/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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