Commit c190dc2e authored by nanahira's avatar nanahira

r8168 not work on new kernel

parent 455ebd7c
Pipeline #20520 failed with stage
in 16 minutes and 30 seconds
......@@ -7,7 +7,7 @@
become: true
apt:
name: r8168-dkms
when: check_rtl_result.rc == 0
when: ansible_kernel is version('5.19', '<=') and check_rtl_result.rc == 0
- name: check b43
shell: 'lspci | grep BCM4322'
register: check_b43_result
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment