Commit c61d11b5 authored by 神楽坂玲奈's avatar 神楽坂玲奈

rtl8111

parent 0527bf61
Pipeline #1677 failed with stage
in 2 minutes and 5 seconds
......@@ -14,9 +14,10 @@
update_cache: true
default_release: '{{ target_distribution }}-backports'
- name: check RTL8111
shell: 'lspci | grep RTL8111 || true'
shell: 'lspci | grep RTL8111'
register: check_rtl_result
changed_when: False
changed_when: false
failed_when: 'results.rc > 1'
- name: install RTL8111 driver
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