machine_setup/ansible/roles/kubernetes/tasks/linux.yaml

9 lines
132 B
YAML
Raw Normal View History

2022-12-02 04:38:21 +00:00
- name: Install packages
package:
name:
- yamllint
- stern
2024-02-11 19:59:55 +00:00
# - kubeswitch
- fluxcd
2022-12-02 04:38:21 +00:00
state: present