mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
when you do a copy action to a dest dir, don't specify the $item
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
- builderpb.yml
|
||||
|
||||
- name: put files into the files subdir off of provisioning
|
||||
action: copy src=$item dest=/srv/copr-work/provision/files/$item
|
||||
action: copy src=$item dest=/srv/copr-work/provision/files/
|
||||
with_fileglob: $files/copr/provision/files/*
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user