Skip to content

Commit 1952797

Browse files
committed
more merge conflicts
2 parents 132e49e + 510115f commit 1952797

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)