From 2f72b7e54fa33cc2d96e24297b3fd82365906615 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 5 Jun 2015 22:49:05 +0000 Subject: [PATCH] Typofix. --- 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 be40908e52..2ca36338cc 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -127,7 +127,7 @@ - koji_builder - name: config for the kojid runroot plugin (only in staging) - src: runroot.conf dest=/etc/kojid/runroot.conf + copy: src=runroot.conf dest=/etc/kojid/runroot.conf when: inventory_hostname.startswith(('koji01.stg','buildvm-01.stg')) notify: - restart kojid