From 526722ed56865f2ec69fa0a92c64abf23c152083 Mon Sep 17 00:00:00 2001 From: Cory Hawkless Date: Fri, 10 Dec 2021 00:24:05 +1030 Subject: [PATCH] /etc/netplan/00-installer-config.yaml --- tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index ab3a075..a11eb92 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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