From 1ce98ad1822e75ee715e540e3223197d7d2aa831 Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Sat, 12 Jul 2025 10:02:11 +0000 Subject: [PATCH] Clean-up "Setup swift-recon-cron cron job" Change-Id: Iacb9ecc59381fc527cf99e406c905cfc16cff2b4 Signed-off-by: Ivan Anfimov --- tasks/swift_storage_hosts_setup.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tasks/swift_storage_hosts_setup.yml b/tasks/swift_storage_hosts_setup.yml index e236b21b..b1b9d391 100644 --- a/tasks/swift_storage_hosts_setup.yml +++ b/tasks/swift_storage_hosts_setup.yml @@ -54,12 +54,6 @@ when: ansible_facts['pkg_mgr'] =="apt" notify: "Restart rsync service" -# TODO: This can be safely removed in 2025.2 cycle -- name: "Setup swift-recon-cron cron job" - ansible.builtin.cron: - name: "swift-recon-cron run" - state: absent - - name: Setup swift-recon-cron systemd timer ansible.builtin.include_role: name: systemd_service