this is a variable, not a string
This commit is contained in:
parent
12037c9188
commit
fe70c2cb9f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
register: tmp
|
register: tmp
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
tempdir: tmp.path
|
tempdir: "{{tmp.path}}"
|
||||||
|
|
||||||
- name: clone the local bare repo
|
- name: clone the local bare repo
|
||||||
git: dest={{tempdir}} repo=/git/badges remote=origin update=yes
|
git: dest={{tempdir}} repo=/git/badges remote=origin update=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue