--- # 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"