diff options
| author | spmfox <spmfox@foxwd.com> | 2024-06-14 18:06:41 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-06-14 18:06:41 -0400 |
| commit | 7be8247d9238dd02f1925a483c7dac98f1288c32 (patch) | |
| tree | d797c9bc38cb5ee6df2fe70691180abbe78fd2b1 /docs | |
| parent | ebf4707bf9cf6aa31b41e977ac96182d4ac098a0 (diff) | |
initial support for fedora
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sample-environment.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 <ssh key>" - 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. |
