style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:32 +02:00
parent 4bed35c4f3
commit a0eafea5ff
9 changed files with 50 additions and 47 deletions

View File

@@ -1,15 +1,15 @@
---
- name: cron for media tootctl
cron:
- name: Cron for media tootctl
ansible.builtin.cron:
user: mastodon
name: Mastodon tootctl
minute: "0"
hour: "2"
job: "{{ mastodon_home }}/bin/remove_media.sh"
- name: cron for preview_cards tootctl
cron:
- name: Cron for preview_cards tootctl
ansible.builtin.cron:
user: mastodon
name: Mastodon tootctl preview
minute: "30"