Clean-up "Setup swift-recon-cron cron job"

Change-Id: Iacb9ecc59381fc527cf99e406c905cfc16cff2b4
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
Ivan Anfimov
2025-07-12 10:02:11 +00:00
parent a4d130c081
commit 1ce98ad182

View File

@@ -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