mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 04:51:16 +08:00
item vs {{item}}... silly me
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user