From ddced53a85a5df42382dcc99f44c84b2e24d629f Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Jun 2020 09:47:28 -0700 Subject: [PATCH] Better remove the old file too... Signed-off-by: Adam Williamson --- roles/base/tasks/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index e5d4156bab..0160427d41 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -466,6 +466,13 @@ - 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 + file: + path: /etc/modprobe.d/blacklist-cdc_ether.conf + state: absent + # # Watchdog stuff #