Skip to content

Commit

Permalink
Update variable in example hosts.yml
Browse files Browse the repository at this point in the history
install_rke2_version was renamed to rke2_install_version
  • Loading branch information
Daemonslayer2048 authored Oct 16, 2024
1 parent 3c3eaab commit b31aa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/sample/hosts.yml
Original file line number Diff line number Diff line change
@@ -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

Check warning on line 6 in inventory/sample/hosts.yml

View workflow job for this annotation

GitHub Actions / Lint for push

6:121 [line-length] line too long (123 > 120 characters)
# rke2_image_tar_urls:
Expand Down

0 comments on commit b31aa88

Please sign in to comment.