Remove legacy tasks that were scheduled for cleanup (#12765)

Signed-off-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
Ali Afsharzadeh
2025-12-05 11:20:58 +03:30
committed by GitHub
parent 2512e0c50c
commit 4c5eda9f1e
2 changed files with 0 additions and 18 deletions

View File

@@ -432,16 +432,6 @@
- files
- dns
# TODO: remove after release 2.29
- name: Reset | remove host entries from /etc/hosts
blockinfile:
path: "/etc/hosts"
state: absent
marker: "# Ansible inventory hosts {mark}"
tags:
- files
- dns
- name: Reset | include file with reset tasks specific to the network_plugin if exists
include_role:
name: "network_plugin/{{ kube_network_plugin }}"