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