add todoist backup job and role #194
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
- name: 'Clone "full-offline-backup-for-todoist"'
|
- name: 'Clone "full-offline-backup-for-todoist"'
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
|
@ -29,7 +28,6 @@
|
||||||
- todoist_backup.service
|
- todoist_backup.service
|
||||||
- todoist_backup.timer
|
- todoist_backup.timer
|
||||||
- todoist_backup_mail.service
|
- todoist_backup_mail.service
|
||||||
# TODO das auch bei yutubedl so machern
|
|
||||||
|
|
||||||
- name: Ensure timer unit is enabled
|
- name: Ensure timer unit is enabled
|
||||||
become: true
|
become: true
|
||||||
|
|
|
@ -5,7 +5,7 @@ Description=Create Todoist backups.
|
||||||
OnFailure=todoist_backup_mail.service
|
OnFailure=todoist_backup_mail.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=simple
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
RestartSec=10min
|
RestartSec=10min
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue