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

This commit is contained in:
Zuul
2025-08-11 17:04:19 +00:00
committed by Gerrit Code Review

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