From f2baa61923d7cdad78df34ed39fbfaeaa08cc117 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sat, 29 Dec 2018 17:45:27 -0500 Subject: [PATCH] cleanup: remove tasks from pike These tasks were to be removed from Pike which take care of cleaning up old resources. They are no longer necessary. Change-Id: I1e4b4c333b1f420c7deb2756ac4433361b5aeea4 --- tasks/galera_client_install_apt.yml | 36 ----------------------------- 1 file changed, 36 deletions(-) diff --git a/tasks/galera_client_install_apt.yml b/tasks/galera_client_install_apt.yml index 585e700..269cdb2 100644 --- a/tasks/galera_client_install_apt.yml +++ b/tasks/galera_client_install_apt.yml @@ -47,42 +47,6 @@ tags: - galera-client-apt-keys -- name: Ensure the sources.list.d folder exists - file: - path: "/etc/apt/sources.list.d/" - state: directory - tags: - - galera-client-repos - -# TODO: Remove the following two tasks in Pike -# They're only required during upgrades transitioning to a -# statically named apt sources file. -- name: Find old sources - find: - path: "/etc/apt/sources.list.d/" - patterns: "^(?!{{ mariadb_repo_filename }})(.+)|(.+)(?