this is a variable, not a string

This commit is contained in:
Kevin Fenzi 2018-07-25 18:03:53 +00:00
parent 12037c9188
commit fe70c2cb9f

View file

@ -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