/etc/netplan/00-installer-config.yaml
This commit is contained in:
parent
2f698b1304
commit
526722ed56
|
@ -31,6 +31,12 @@
|
|||
state: absent
|
||||
tags: interfaces
|
||||
|
||||
- name: Remove /etc/netplan/00-installer-config.yaml
|
||||
file:
|
||||
path: /etc/netplan/00-installer-config.yaml
|
||||
state: absent
|
||||
tags: interfaces
|
||||
|
||||
- name: Add the bonding module
|
||||
modprobe:
|
||||
name: bonding
|
||||
|
|
Loading…
Reference in New Issue