From fb87fa8df355bdb3eb8786c45939a18b3dcf944e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 1 Aug 2013 14:36:21 +0000 Subject: [PATCH] Whoops! --- roles/badges-backend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/badges-backend/tasks/main.yml b/roles/badges-backend/tasks/main.yml index c079a5e99c..14cf0a861c 100644 --- a/roles/badges-backend/tasks/main.yml +++ b/roles/badges-backend/tasks/main.yml @@ -33,7 +33,7 @@ # Here I'm "permanently" hotfixing the fedmsg-hub # It needs to load the forward-compat sqlalchemy0.7 package from the get-go. - name: copy over patched fedmsg-hub - template: > + copy: > src=patched-fedmsg-hub dest=/usr/bin/fedmsg-hub owner=root group=root mode=0755 tags: