[common] feat: added apt cleanup job
This commit is contained in:
parent
ca10f5d745
commit
39aaf8e076
2 changed files with 24 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
ansible.builtin.import_tasks: "ossupport.yaml"
|
||||
tags:
|
||||
- "apt"
|
||||
- "apt-cleanup"
|
||||
- "cron"
|
||||
- "environment-file"
|
||||
- "hostname"
|
||||
|
|
@ -31,6 +32,7 @@
|
|||
when: "os_support"
|
||||
tags:
|
||||
- "apt"
|
||||
- "apt-cleanup"
|
||||
- "cron"
|
||||
- "environment-file"
|
||||
- "hostname"
|
||||
|
|
@ -124,6 +126,11 @@
|
|||
when: "os_support"
|
||||
tags: "apt"
|
||||
|
||||
- name: "apt - cleanup"
|
||||
ansible.builtin.import_tasks: "apt/cleanup.yaml"
|
||||
when: "os_support"
|
||||
tags: "apt-cleanup"
|
||||
|
||||
# telemetry
|
||||
- name: "telemetry"
|
||||
ansible.builtin.import_tasks: "telemetry.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue