add todoist backup job and role #194

Merged
mg merged 22 commits from todositb into master 2024-09-27 18:50:18 +02:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit f5d6afefc0 - Show all commits

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