From fe70c2cb9ffd5fda85d0ced6d2f82b495f1d309b Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 25 Jul 2018 18:03:53 +0000 Subject: [PATCH] this is a variable, not a string --- playbooks/manual/push-badges.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/push-badges.yml b/playbooks/manual/push-badges.yml index e1179c2114..ca1713c5fa 100644 --- a/playbooks/manual/push-badges.yml +++ b/playbooks/manual/push-badges.yml @@ -29,7 +29,7 @@ register: tmp - set_fact: - tempdir: tmp.path + tempdir: "{{tmp.path}}" - name: clone the local bare repo git: dest={{tempdir}} repo=/git/badges remote=origin update=yes