Commit 271ed98
committed
fix: use .tar.gz extension for RKE2 airgap tarballs from Pulp
Pulp downloads and stores RKE2 airgap image tarballs as .tar.gz
regardless of the original .tar.zst extension in the source URL.
Update the NFS config download tasks to use .tar.gz when fetching
from the local Pulp mirror.
Signed-off-by: John Lockman <jlockman3@gmail.com>1 parent dfcb3bc commit 271ed98
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- provision/roles/k8s_config/tasks
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
189 | | - | |
| 188 | + | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
280 | | - | |
| 279 | + | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments