mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 03:12:58 +08:00
copr: backend: fixup fileglob
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
12d490432f
commit
91f2865484
@@ -184,7 +184,7 @@
|
||||
- provision_config
|
||||
|
||||
- name: copy image preparation scripts
|
||||
copy: src="{{ item }}" dest="/usr/local/bin/{{ item }}"
|
||||
copy: src="{{ item }}" dest=/usr/local/bin/
|
||||
owner=root mode=755
|
||||
with_fileglob:
|
||||
- copr-image-*.sh
|
||||
|
||||
Reference in New Issue
Block a user