Skip to content

Commit

Permalink
Fixes related to K3s Issue k3s-io/k3s#4234
Browse files Browse the repository at this point in the history
Signed-off-by: Nikoleta Verbeck <[email protected]>
  • Loading branch information
Nikoleta Verbeck committed Oct 20, 2022
1 parent 8e70812 commit 0708560
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/raspberrypi/tasks/prereq/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@
regexp: '^((?!.*\bcgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory\b).*)$'
line: '\1 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory'
notify: reboot
- name: Install Ubuntu Raspi Extra Packages
apt:
name:
- linux-modules-extra-raspi #Fixes issues in newer Ubuntu where VXLan isn't setup right. See: https://github.com/k3s-io/k3s/issues/4234
update_cache: yes
state: present
when: "ansible_distribution_version is version('20.10', '>=')"

0 comments on commit 0708560

Please sign in to comment.