Skip to content

Commit ac87894

Browse files
committed
fix: Identation adjustment
1 parent 5e51aab commit ac87894

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

infrastructure/server-setup/k8s.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,29 @@
3838
- decrypt-on-boot
3939

4040
- name: Include system preparation tasks
41-
include_tasks: tasks/k8s/system-preparation.yml
41+
include_tasks:
42+
file: tasks/k8s/system-preparation.yml
43+
apply:
44+
tags:
45+
- system-preparation
4246
tags:
4347
- system-preparation
44-
4548
- name: Include containerd installation tasks
46-
include_tasks: tasks/k8s/install-containerd.yml
49+
include_tasks:
50+
file: tasks/k8s/install-containerd.yml
51+
apply:
52+
tags:
53+
- containerd-setup
4754
tags:
4855
- containerd-setup
49-
5056
- name: Include Kubernetes installation tasks
51-
include_tasks: tasks/k8s/install-kubernetes.yml
57+
include_tasks:
58+
file: tasks/k8s/install-kubernetes.yml
59+
apply:
60+
tags:
61+
- kubernetes-installation
5262
tags:
53-
- kubernetes-installation
54-
63+
- kubernetes-installation
5564
- name: Initialize Kubernetes Master
5665
hosts: master
5766
tags: k8s

0 commit comments

Comments
 (0)