diff --git a/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 b/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 index e69de29b..8de3e8a4 100644 --- a/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 +++ b/roles/mgrote_todoist_backup/templates/todoist_backup.sh.j2 @@ -0,0 +1,4 @@ +#!/bin/bash + +cd /shares_backup/full-offline-backup-for-todoist +python3 -m full_offline_backup_for_todoist --verbose download --with-attachments diff --git a/roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2 b/roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2 deleted file mode 100644 index 8de3e8a4..00000000 --- a/roles/mgrote_todoist_backup/templates/todoist_backup_sh.j2 +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash - -cd /shares_backup/full-offline-backup-for-todoist -python3 -m full_offline_backup_for_todoist --verbose download --with-attachments