From b31aa884ad442d4f017739e9ba124e4555231137 Mon Sep 17 00:00:00 2001 From: Jacob Hanafin <43078293+Daemonslayer2048@users.noreply.github.com> Date: Wed, 16 Oct 2024 10:27:21 -0500 Subject: [PATCH] Update variable in example hosts.yml install_rke2_version was renamed to rke2_install_version --- inventory/sample/hosts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/sample/hosts.yml b/inventory/sample/hosts.yml index 8beb932f..82aeab26 100644 --- a/inventory/sample/hosts.yml +++ b/inventory/sample/hosts.yml @@ -1,7 +1,7 @@ --- all: vars: - install_rke2_version: v1.27.10+rke2r1 + rke2_install_version: v1.27.10+rke2r1 # # In air-gapped envs, it might be convenient to download the tar files from custom URLs # rke2_install_tarball_url: https://github.com/rancher/rke2/releases/download/v1.26.15%2Brke2r1/rke2.linux-amd64.tar.gz # rke2_image_tar_urls: