feat: add ansible-lint and yamlfmt
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
---
|
||||
- name: Install Kubernetes packages
|
||||
ansible.builtin.apt:
|
||||
pkg:
|
||||
@@ -6,7 +5,6 @@
|
||||
- kubelet
|
||||
- containerd
|
||||
update_cache: true
|
||||
|
||||
- name: Activate containerd service
|
||||
ansible.builtin.service:
|
||||
name: containerd
|
||||
|
||||
Reference in New Issue
Block a user