Better remove the old file too...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1a3ee7c6a1
commit
ddced53a85
1 changed files with 7 additions and 0 deletions
|
@ -466,6 +466,13 @@
|
||||||
- base
|
- base
|
||||||
- cdc_ether
|
- 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
|
# Watchdog stuff
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue