item vs {{item}}... silly me
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
0e8159423e
commit
623f990fa0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
- ostree
|
||||
|
||||
- name: Copy over the static files
|
||||
copy: src=item dest=/srv/web/ostree_allofthem/{{item}} mode=0644
|
||||
copy: src={{item}} dest=/srv/web/ostree_allofthem/{{item}} mode=0644
|
||||
with_items:
|
||||
- config
|
||||
- mirrorlist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue