All checks were successful
ci/woodpecker/push/linting Pipeline was successful
Tag only in main.yaml, tasks inherit them.
8 lines
243 B
YAML
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"'
|