From f07efbe77b6f875feb1e42a336852655efcb6bd2 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 6 Aug 2021 11:38:12 +0200 Subject: [PATCH] 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 --- playbooks/groups/releng-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/releng-compose.yml b/playbooks/groups/releng-compose.yml index 660f2fdc61..831160bfe6 100644 --- a/playbooks/groups/releng-compose.yml +++ b/playbooks/groups/releng-compose.yml @@ -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