feat: move to dedicated repo
This commit is contained in:
commit
4a88a5b28d
54 changed files with 1524 additions and 0 deletions
10
tasks/telemetry.yaml
Normal file
10
tasks/telemetry.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
|
||||
# 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue