copr: dev-builders: install mock 2.2 and configs in one transaction
This commit is contained in:
parent
1872267196
commit
406cb67d9a
1 changed files with 5 additions and 3 deletions
|
@ -19,10 +19,12 @@
|
||||||
when: prepare_base_image is defined
|
when: prepare_base_image is defined
|
||||||
|
|
||||||
- name: install the latest mock and mock-core-configs from updates-testing
|
- name: install the latest mock and mock-core-configs from updates-testing
|
||||||
package: state=present name={{ item }}
|
package: state=present name={{ packages }}
|
||||||
with_items:
|
with_items:
|
||||||
- https://kojipkgs.fedoraproject.org/packages/mock/2.2/1.fc31/noarch/mock-2.2-1.fc31.noarch.rpm
|
vars:
|
||||||
- https://kojipkgs.fedoraproject.org/packages/mock-core-configs/32.6/1.fc31/noarch/mock-core-configs-32.6-1.fc31.noarch.rpm
|
packages:
|
||||||
|
- https://kojipkgs.fedoraproject.org/packages/mock/2.2/1.fc31/noarch/mock-2.2-1.fc31.noarch.rpm
|
||||||
|
- https://kojipkgs.fedoraproject.org/packages/mock-core-configs/32.6/1.fc31/noarch/mock-core-configs-32.6-1.fc31.noarch.rpm
|
||||||
when:
|
when:
|
||||||
- devel
|
- devel
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue