You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can confirm that the fix for the metallb endpoint fixed the issue for me. My playbook runs were failing on that task. I can create a PR at some point today for that.
I'd like to offer a fix/patch to the current master which accomplishess two things:
diff --git a/roles/k3s_server_post/tasks/metallb.yml b/roles/k3s_server_post/tasks/metallb.yml
index 07a23b0..363f4c3 100644
--- a/roles/k3s_server_post/tasks/metallb.yml
+++ b/roles/k3s_server_post/tasks/metallb.yml
@@ -85,7 +85,7 @@
command: >-
changed_when: false
with_items: "{{ groups[group_name_master | default('master')] }}"
run_once: true
diff --git a/roles/raspberrypi/tasks/setup/Ubuntu.yml b/roles/raspberrypi/tasks/setup/Ubuntu.yml
index 72c77c9..93d55b9 100644
--- a/roles/raspberrypi/tasks/setup/Ubuntu.yml
+++ b/roles/raspberrypi/tasks/setup/Ubuntu.yml
@@ -7,7 +7,7 @@
line: '\1 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory'
notify: reboot
-- name: Install linux-modules-extra-raspi
+#- name: Install linux-modules-extra-raspi
+# apt:
+# name: linux-modules-extra-raspi
+# state: present
The text was updated successfully, but these errors were encountered: