mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 08:00:06 +08:00
Add buildah to the releng composers.
This commit adds the buildah package to the releng composer machines so that we can use it to generate the manifest lists. See Releng PR: https://pagure.io/releng/pull-request/10249. Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
@@ -163,9 +163,11 @@
|
||||
# this is how you include other task lists
|
||||
- import_tasks: "{{ tasks_path }}/motd.yml"
|
||||
|
||||
- name: install skopeo for container management
|
||||
- name: install skopeo and buildah for container management
|
||||
package:
|
||||
name: skopeo
|
||||
name:
|
||||
- skopeo
|
||||
- buildah
|
||||
tags:
|
||||
- containerrebuild
|
||||
|
||||
|
||||
Reference in New Issue
Block a user