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.
2 parents 132e49e + 510115f commit 1952797Copy full SHA for 1952797
ansible/bootstrap.yml
@@ -261,6 +261,7 @@
261
262
- hosts: k3s
263
become: yes
264
+ tags: k3s
265
tasks:
266
- ansible.builtin.include_role:
267
name: k3s
ansible/cleanup.yml
@@ -39,7 +39,7 @@
39
- name: Cleanup /tmp
40
command : rm -rf /tmp/*
41
42
-- name: Delete ansible-init sentintel file created during build
+- name: Delete ansible-init sentinel file created if ansible-init has run during build
43
ansible.builtin.file:
44
path: /var/lib/ansible-init.done
45
state: absent
ansible/roles/k3s/tasks/main.yml
@@ -23,7 +23,7 @@
23
- server
24
- agent
25
26
-- name: Installing helm
+- name: Install helm
27
unarchive:
28
src: https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz
29
dest: /usr/bin
0 commit comments