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:
Clement Verna 2021-08-06 11:38:12 +02:00 committed by humaton
parent b7be2d3c40
commit f07efbe77b

View file

@ -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