dd
This commit is contained in:
parent
8ace48aef8
commit
f5d6afefc0
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -5,7 +5,7 @@ Description=Create Todoist backups.
|
|||
OnFailure=todoist_backup_mail.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Type=simple
|
||||
Restart=on-failure
|
||||
RestartSec=10min
|
||||
|
||||
|
|
Loading…
Reference in a new issue