mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
Add a hotfix
This commit is contained in:
@@ -120,8 +120,9 @@
|
||||
only_if: "'${inventory_hostname}'.startswith('build')"
|
||||
|
||||
# mock configs for pungify job
|
||||
# TODO: restore this to "copy:", this is a temporary "fix" for https://github.com/ansible/ansible/issues/4377
|
||||
- name: put extra special mock configs in
|
||||
copy: src=$files/kojibuilder/builders/$item dest=/etc/mock/$item mode=644
|
||||
template: src=$files/kojibuilder/builders/$item dest=/etc/mock/$item mode=644
|
||||
with_items:
|
||||
- fedora-branched-pungi-armhfp.cfg
|
||||
- fedora-branched-pungi-i386.cfg
|
||||
|
||||
Reference in New Issue
Block a user