dd
Some checks failed
ansible-lint / gitleaks (pull_request) Successful in 4s
ansible-lint / Ansible Lint (pull_request) Failing after 47s

This commit is contained in:
Michael Grote 2024-09-27 18:47:11 +02:00
parent 8ace48aef8
commit f5d6afefc0
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,4 @@
---
- name: 'Clone "full-offline-backup-for-todoist"'
become: true
ansible.builtin.git:
@ -29,7 +28,6 @@
- todoist_backup.service
- todoist_backup.timer
- todoist_backup_mail.service
# TODO das auch bei yutubedl so machern
- name: Ensure timer unit is enabled
become: true

View file

@ -5,7 +5,7 @@ Description=Create Todoist backups.
OnFailure=todoist_backup_mail.service
[Service]
Type=oneshot
Type=simple
Restart=on-failure
RestartSec=10min