File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 261
261
262
262
- hosts : k3s
263
263
become : yes
264
+ tags : k3s
264
265
tasks :
265
266
- ansible.builtin.include_role :
266
267
name : k3s
Original file line number Diff line number Diff line change 39
39
- name : Cleanup /tmp
40
40
command : rm -rf /tmp/*
41
41
42
- - name : Delete ansible-init sentintel file created during build
42
+ - name : Delete ansible-init sentinel file created if ansible-init has run during build
43
43
ansible.builtin.file :
44
44
path : /var/lib/ansible-init.done
45
45
state : absent
Original file line number Diff line number Diff line change 23
23
- server
24
24
- agent
25
25
26
- - name : Installing helm
26
+ - name : Install helm
27
27
unarchive :
28
28
src : https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz
29
29
dest : /usr/bin
33
33
mode : 0755
34
34
remote_src : true
35
35
36
- - name : k9s install
36
+ - name : Install k9s
37
37
ansible.builtin.include_role :
38
38
name : k9s
39
39
You can’t perform that action at this time.
0 commit comments