style: make ansible-lint happier
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
---
|
||||
|
||||
- name: cron for media tootctl
|
||||
cron:
|
||||
- name: Cron for media tootctl
|
||||
ansible.builtin.cron:
|
||||
name: Mastodon tootctl
|
||||
minute: "0"
|
||||
hour: "2"
|
||||
job: "docker-compose -f /srv/docker/{{ web_hostname[0] }}/docker-compose.yml run --rm web bin/tootctl media remove"
|
||||
|
||||
- name: cron for preview_cards tootctl
|
||||
cron:
|
||||
- name: Cron for preview_cards tootctl
|
||||
ansible.builtin.cron:
|
||||
name: Mastodon tootctl preview
|
||||
minute: "30"
|
||||
hour: "2"
|
||||
|
Reference in New Issue
Block a user