Skip to content

Commit 510115f

Browse files
wtripp180901sjpb
andauthored
Name and label suggestions from review
Co-authored-by: Steve Brasier <[email protected]>
1 parent ce82f59 commit 510115f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

ansible/bootstrap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@
261261

262262
- hosts: k3s
263263
become: yes
264+
tags: k3s
264265
tasks:
265266
- ansible.builtin.include_role:
266267
name: k3s

ansible/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
- name: Cleanup /tmp
4040
command : rm -rf /tmp/*
4141

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
4343
ansible.builtin.file:
4444
path: /var/lib/ansible-init.done
4545
state: absent

ansible/roles/k3s/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- server
2424
- agent
2525

26-
- name: Installing helm
26+
- name: Install helm
2727
unarchive:
2828
src: https://get.helm.sh/helm-v3.11.0-linux-amd64.tar.gz
2929
dest: /usr/bin
@@ -33,7 +33,7 @@
3333
mode: 0755
3434
remote_src: true
3535

36-
- name: k9s install
36+
- name: Install k9s
3737
ansible.builtin.include_role:
3838
name: k9s
3939

0 commit comments

Comments
 (0)