From e77d45b64306f4b564efda9613a2ead747178292 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 4 Aug 2020 16:25:13 +0200 Subject: [PATCH] Use the new location for git --- 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 67d0751496..2422b62b92 100644 --- a/playbooks/manual/push-badges.yml +++ b/playbooks/manual/push-badges.yml @@ -34,7 +34,7 @@ - name: clone the local bare repo git: dest: "{{tempdir}}" - repo: /git/badges + repo: /srv/git/badges remote: origin update: yes