mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-12 02:46:20 +08:00
copr-be-dev: install image-builder for uploading builder images
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
- php-cli
|
||||
- nfs-utils
|
||||
- nagios-plugins-http
|
||||
- pv # for building builder images
|
||||
tags:
|
||||
- packages
|
||||
|
||||
@@ -40,8 +39,13 @@
|
||||
# dest=/usr/bin/prunerepo
|
||||
# tags: patches
|
||||
|
||||
- name: Install openstackclient for image preparation
|
||||
dnf: state=present name=python3-openstackclient
|
||||
- name: Install dependencies for image preparation
|
||||
dnf:
|
||||
state: present
|
||||
name:
|
||||
- python3-openstackclient
|
||||
- pv
|
||||
- image-builder
|
||||
when: devel|bool
|
||||
|
||||
- name: Make copr dirs
|
||||
|
||||
Reference in New Issue
Block a user