We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba95bb commit 3f599c6Copy full SHA for 3f599c6
ansible/roles/k3s/tasks/main.yml
@@ -5,7 +5,7 @@
5
path: /var/lib/rancher/k3s
6
register: stat_result
7
8
-- name: Download and air-gapped installation of k3s
+- name: Perform air-gapped installation of k3s
9
# Using air-gapped install so containers are pre-installed to avoid rate-limiting from registries on cluster startup
10
when: not stat_result.stat.exists
11
block:
0 commit comments