Add a hotfix
This commit is contained in:
parent
fbcca88364
commit
89214e0649
1 changed files with 2 additions and 1 deletions
|
@ -120,8 +120,9 @@
|
||||||
only_if: "'${inventory_hostname}'.startswith('build')"
|
only_if: "'${inventory_hostname}'.startswith('build')"
|
||||||
|
|
||||||
# mock configs for pungify job
|
# 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
|
- 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:
|
with_items:
|
||||||
- fedora-branched-pungi-armhfp.cfg
|
- fedora-branched-pungi-armhfp.cfg
|
||||||
- fedora-branched-pungi-i386.cfg
|
- fedora-branched-pungi-i386.cfg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue