Loading roles/prereq/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ when: ansible_distribution in ['Ubuntu'] ansible.builtin.apt: name: policycoreutils # Used by install script to restore SELinux context update_cache: true update_cache: "{{ airgap_dir is not defined }}" - name: Enable IPv4 forwarding ansible.posix.sysctl: Loading roles/raspberrypi/tasks/prereq/Ubuntu.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,6 @@ # Fixes issues in newer Ubuntu where VXLan isn't setup right. # See: https://github.com/k3s-io/k3s/issues/4234 name: linux-modules-extra-raspi update_cache: true update_cache: "{{ airgap_dir is not defined }}" state: present when: "ansible_distribution_version is version('20.10', '>=') and ansible_distribution_version is version('24.04', '<')" Loading
roles/prereq/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ when: ansible_distribution in ['Ubuntu'] ansible.builtin.apt: name: policycoreutils # Used by install script to restore SELinux context update_cache: true update_cache: "{{ airgap_dir is not defined }}" - name: Enable IPv4 forwarding ansible.posix.sysctl: Loading
roles/raspberrypi/tasks/prereq/Ubuntu.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,6 @@ # Fixes issues in newer Ubuntu where VXLan isn't setup right. # See: https://github.com/k3s-io/k3s/issues/4234 name: linux-modules-extra-raspi update_cache: true update_cache: "{{ airgap_dir is not defined }}" state: present when: "ansible_distribution_version is version('20.10', '>=') and ansible_distribution_version is version('24.04', '<')"