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 --- docs/sample-environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/sample-environment.yml') diff --git a/docs/sample-environment.yml b/docs/sample-environment.yml index 18e65b0..8903957 100644 --- a/docs/sample-environment.yml +++ b/docs/sample-environment.yml @@ -19,7 +19,7 @@ all: ansible_connection: local create_user: "spmfox" create_user_ssh_pub: "ssh-rsa " - centos_bootc_tag: "stream9-1714747911" + bootc_image_tag: "40" bootc_acknowledge: false -# This is a local run only, useful for creating ISOs and perhaps running update.yml. The centos-bootc:tag can be specified here, using an earlier version. +# This is a local run only, useful for creating ISOs and perhaps running update.yml. The fedora-bootc:tag can be specified here, using an earlier version. # Because this version is before the need for an acknowledgement during bootc deployment, we can override and remove that from the command. -- cgit