From 7be8247d9238dd02f1925a483c7dac98f1288c32 Mon Sep 17 00:00:00 2001 From: spmfox Date: Fri, 14 Jun 2024 18:06:41 -0400 Subject: initial support for fedora --- iso.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iso.yml') diff --git a/iso.yml b/iso.yml index 52b49e7..d3cc90e 100644 --- a/iso.yml +++ b/iso.yml @@ -38,5 +38,5 @@ tags: cleanup - name: Cleanup images - ansible.builtin.shell: "podman image rm localhost/bootcblade ; podman image rm quay.io/centos-bootc/bootc-image-builder ; podman image rm quay.io/centos-bootc/centos-bootc:{{ centos_bootc_tag if centos_bootc_tag is defined else 'stream9' }} ; podman image prune -f" + ansible.builtin.shell: "podman image rm localhost/bootcblade ; podman image rm quay.io/centos-bootc/bootc-image-builder ; podman image rm quay.io/fedora/fedora-bootc:{{ bootc_image_tag if bootc_image_tag is defined else 'latest' }} ; podman image prune -f" tags: cleanup -- cgit