mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-10-31 08:28:54 +01:00
fix: Support nftables for Debian 11
This commit is contained in:
parent
6550071e43
commit
d1f61bf866
@ -21,6 +21,6 @@
|
||||
when:
|
||||
- check_k3s_required_package.rc is defined
|
||||
- (package.until is not defined
|
||||
or (k3s_release_version | replace('v', '')) is version_compare(package.until, '>='))
|
||||
or (k3s_release_version | replace('v', '')) is version_compare(package.until, '<'))
|
||||
- (package.from is not defined
|
||||
or (k3s_release_version | replace('v', '')) is version_compare(package.from, '>='))
|
||||
|
@ -112,7 +112,7 @@ k3s_check_packages:
|
||||
debian-11:
|
||||
- name: iptables-legacy
|
||||
from: 1.19.2
|
||||
# until: 1.22.2
|
||||
until: 1.22.3
|
||||
documentation: https://rancher.com/docs/k3s/latest/en/advanced/#enabling-legacy-iptables-on-raspbian-buster
|
||||
# - name: dummy
|
||||
# from: 1.19.2
|
||||
|
Loading…
Reference in New Issue
Block a user