k3s, metallb, kube-vip updates (#119)

* feat(k3s): Updated to v1.24.6+k3s1

* feat(kube-vip): Update to v0.5.5

* feat(metal-lb): Update to v0.13.6

* fix(pip): Freeze requirements

* fix(lint): Fixed ansible-lint
This commit is contained in:
Techno Tim
2022-10-15 12:23:50 -05:00
committed by GitHub
parent 14508ec8dc
commit cb2fa7c441
4 changed files with 80 additions and 17 deletions

View File

@@ -47,7 +47,7 @@
- raspberry_pi|default(false)
- ansible_facts.lsb.description|default("") is match("Debian.*bullseye")
- name: execute OS related {{ action }} tasks on the Raspberry Pi
- name: execute OS related tasks on the Raspberry Pi - {{ action }}
include_tasks: "{{ item }}"
with_first_found:
- "{{ action }}/{{ detected_distribution }}-{{ detected_distribution_major_version }}.yml"