From 655818e0a0bfc5fc38477394f8609821eae8d067 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Tue, 10 Oct 2023 17:24:44 +0100 Subject: [PATCH] Remove old cleaup task Change-Id: If065bbd51701591c5755278e86423ef46f01f893 --- tasks/lxc_net.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tasks/lxc_net.yml b/tasks/lxc_net.yml index bcfc9369..2353d7fd 100644 --- a/tasks/lxc_net.yml +++ b/tasks/lxc_net.yml @@ -32,16 +32,6 @@ enabled: yes when: networkmanager_check.rc == 0 -# NOTE(noonedeadpunk): Drop after AA release as this task is needed to cleanup older config -- name: Delete previously provisioned lxc-net configuration - file: - path: "{{ item }}" - state: absent - with_items: - - /etc/network/interfaces.d/lxc-net-bridge.cfg - - "/etc/sysconfig/network-scripts/ifcfg-{{ lxc_net_bridge }}" - - "/etc/sysconfig/network-scripts/ifdown-post-{{ lxc_net_bridge }}" - # NOTE(mhayden): There are systemd services that act like ifup/ifdown hooks # and handle the customized LXC container networking. Starting lxc-net will # trample over these hooks and cause networking issues for containers.