Commit 8b30f3f0 authored by nanahira's avatar nanahira

fix

parent 21b80944
Pipeline #1881 passed with stage
in 4 minutes and 1 second
......@@ -32,12 +32,12 @@
apt:
name: r8168-dkms
default_release: '{{ target_distribution }}-backports'
when: 'check_rtl_result.rc == 0' and ansible_distribution_release != 'sid'
when: check_rtl_result.rc == 0 and ansible_distribution_release != 'sid'
- name: install RTL8111 driver for sid
become: true
apt:
name: r8168-dkms
when: 'check_rtl_result.rc == 0' and ansible_distribution_release == 'sid'
when: check_rtl_result.rc == 0 and ansible_distribution_release == 'sid'
- name: remove wireguard-dkms
become: true
apt:
......
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