Fix location of env vars

This commit is contained in:
Gerald Pinder
2025-05-17 18:08:50 -04:00
parent 6fd7109cdc
commit 4adfb4a2ef
2 changed files with 2 additions and 2 deletions

View File

@@ -9,5 +9,5 @@ modules:
- from-file: common/jp-minis.yml
- type: script
snippets:
- INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true curl -sfL https://get.rke2.io | sh
- curl -sfL https://get.rke2.io | INSTALL_RKE2_TYPE=agent INSTALL_RKE2_SKIP_RELOAD=true sh
- from-file: common/post-build.yml