Use the new location for git

This commit is contained in:
Michael Scherer 2020-08-04 16:25:13 +02:00
parent 9a691c48a7
commit e77d45b643

View file

@ -34,7 +34,7 @@
- name: clone the local bare repo - name: clone the local bare repo
git: git:
dest: "{{tempdir}}" dest: "{{tempdir}}"
repo: /git/badges repo: /srv/git/badges
remote: origin remote: origin
update: yes update: yes