mock dir, too
This commit is contained in:
parent
6b9432b6b3
commit
755bf6a1d1
1 changed files with 5 additions and 0 deletions
|
@ -129,6 +129,11 @@
|
|||
action: copy src=$item dest=/srv/copr-work/provision/files/
|
||||
with_fileglob: $files/copr/provision/files/*
|
||||
|
||||
# ansible lacks a recurse - so we need this until then
|
||||
- name: put files into the files/mock subdir off of provisioning
|
||||
action: copy src=$item dest=/srv/copr-work/provision/files/mock
|
||||
with_fileglob: $files/copr/provision/files/mock/*
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue