commit d71f23a6a10ea242deeeef17234fd6dd59bfd065
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Oct 18 17:35:27 2024 +0200
Drop cdc_ether
roles/base/tasks/main.yml | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml
index 1322f83..4544bc8 100644
--- a/roles/base/tasks/main.yml
+++ b/roles/base/tasks/main.yml
@@ -441,17 +441,6 @@
- config
- base
-#
-# Disable the cdc_ether module as we don't want it loading mgmt usb0 and spewing to
logs.
-#
-- name: Disable cdc_ether module
- copy: src=disable-cdc_ether.conf dest=/etc/modprobe.d/disable-cdc_ether.conf
- when: ansible_virtualization_role is defined and ansible_virtualization_role ==
'host'
- tags:
- - config
- - base
- - cdc_ether
-
# Remove old filename for above: remove this when we're pretty sure the file's
# gone from all hosts
- name: Remove old cdc_ether config file
Show replies by date