common/tasks/telemetry.yaml
Simon Cornet 210fbd68f4
All checks were successful
ci/woodpecker/push/linting Pipeline was successful
chore: cleanup tag mess
Tag only in main.yaml, tasks inherit them.
2026-05-20 09:40:02 +02:00

8 lines
243 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_facts["distribution"] == "Ubuntu"'