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:
parent
b7be2d3c40
commit
f07efbe77b
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue