common/tasks/telemetry.yaml
2024-11-22 11:13:16 +01:00

10 lines
260 B
YAML

---
# delete daily popularity contest cronjob
- name: "telemetry - delete popularity-contest cron"
ansible.builtin.file:
path: "/etc/cron.daily/popularity-contest"
state: "absent"
when: 'ansible_distribution == "Ubuntu"'
tags:
- "telemetry"