mock dir, too

This commit is contained in:
Seth Vidal 2012-12-07 20:41:29 +00:00
parent 6b9432b6b3
commit 755bf6a1d1

View file

@ -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/*