Skip to content

Commit

Permalink
Merge pull request #179 from eaglesemanation/debian11-nftables
Browse files Browse the repository at this point in the history
fix: Support nftables for Debian 11
  • Loading branch information
xanmanning authored Feb 18, 2022
2 parents dc0f8c3 + d1f61bf commit 4387b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/pre_checks_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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, '>='))
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4387b3d

Please sign in to comment.