copr: backend: fixup fileglob
This commit is contained in:
parent
12d490432f
commit
91f2865484
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
||||||
- provision_config
|
- provision_config
|
||||||
|
|
||||||
- name: copy image preparation scripts
|
- name: copy image preparation scripts
|
||||||
copy: src="{{ item }}" dest="/usr/local/bin/{{ item }}"
|
copy: src="{{ item }}" dest=/usr/local/bin/
|
||||||
owner=root mode=755
|
owner=root mode=755
|
||||||
with_fileglob:
|
with_fileglob:
|
||||||
- copr-image-*.sh
|
- copr-image-*.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue