From 0c99f74c03cc80bb1fcdb19c5586ed8d9983aa90 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 2 Feb 2022 03:54:30 -0500 Subject: [PATCH] Remove legacy network scripts cleanup task Change-Id: I9567a0319a4763ad3e37e4a8704751d7dfbf8b29 --- tasks/lxc_net.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tasks/lxc_net.yml b/tasks/lxc_net.yml index 9a7fd4cd..0f411f6e 100644 --- a/tasks/lxc_net.yml +++ b/tasks/lxc_net.yml @@ -48,13 +48,6 @@ - lxc-bridge - lxc-interfaces -# NOTE(cloudnull): This task cleans up an old post up script that is no longer -# used. Remove this task in "R". -- name: Remove old post up script - file: - path: "/etc/sysconfig/network-scripts/ifup-post-{{ lxc_net_bridge }}" - state: "absent" - # NOTE(mhayden): There are ifup hooks that handle the customized LXC container # networking. Starting lxc-net will trample over these hooks and cause # networking issues for containers.