mirror of
https://codeberg.org/ProgramSnail/config.git
synced 2026-03-12 04:57:08 +00:00
fixes with linter
This commit is contained in:
parent
932046cc39
commit
66109effc5
20 changed files with 124 additions and 111 deletions
|
|
@ -31,6 +31,7 @@
|
|||
state: latest
|
||||
|
||||
- name: Clear trash automatically every 30 days
|
||||
ansible.builtin.shell:
|
||||
cmd: sh
|
||||
stdin: '(crontab -l ; echo "@daily $(which trash-empty) 30")'
|
||||
ansible.builtin.cron:
|
||||
name: "empty trash"
|
||||
special_time: "daily"
|
||||
job: "$(which trash-empty) 30"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue