Skip to content

Commit

Permalink
Fixes related to K3s Issue k3s-io/k3s#4234 (#204)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikoleta Verbeck <[email protected]>
Co-authored-by: Nikoleta Verbeck <[email protected]>
  • Loading branch information
nerdynick and Nikoleta Verbeck committed Nov 7, 2023
1 parent 8474a8b commit 12db5ef
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:

Check failure on line 11 in roles/raspberrypi/tasks/prereq/Ubuntu.yml

View workflow job for this annotation

GitHub Actions / Lint

11:10 [trailing-spaces] trailing spaces
- linux-modules-extra-raspi #Fixes issues in newer Ubuntu where VXLan isn't setup right. See: https://github.com/k3s-io/k3s/issues/4234

Check failure on line 12 in roles/raspberrypi/tasks/prereq/Ubuntu.yml

View workflow job for this annotation

GitHub Actions / Lint

12:5 [indentation] wrong indentation: expected 6 but found 4

Check warning on line 12 in roles/raspberrypi/tasks/prereq/Ubuntu.yml

View workflow job for this annotation

GitHub Actions / Lint

12:33 [comments] too few spaces before comment

Check warning on line 12 in roles/raspberrypi/tasks/prereq/Ubuntu.yml

View workflow job for this annotation

GitHub Actions / Lint

12:34 [comments] missing starting space in comment

Check warning on line 12 in roles/raspberrypi/tasks/prereq/Ubuntu.yml

View workflow job for this annotation

GitHub Actions / Lint

12:121 [line-length] line too long (139 > 120 characters)
update_cache: yes
state: present
when: "ansible_distribution_version is version('20.10', '>=')"

Check failure on line 15 in roles/raspberrypi/tasks/prereq/Ubuntu.yml

View workflow job for this annotation

GitHub Actions / Lint

15:65 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit 12db5ef

Please sign in to comment.