mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
copr: dev-builders: install mock 2.2 and configs in one transaction
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
1872267196
commit
406cb67d9a
@@ -19,10 +19,12 @@
|
||||
when: prepare_base_image is defined
|
||||
|
||||
- name: install the latest mock and mock-core-configs from updates-testing
|
||||
package: state=present name={{ item }}
|
||||
package: state=present name={{ packages }}
|
||||
with_items:
|
||||
- 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
|
||||
vars:
|
||||
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:
|
||||
- devel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user