better scootaloo support

This commit is contained in:
VC
2024-07-05 11:53:11 +02:00
parent 2484b4d5ec
commit cae2272fe7
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
- name: init scootaloo db
shell:
cmd: "{{ scootaloo_bin_path }} init"
creates: "{{ scootaloo_db_path }}/scootaloo.sqlite"
creates: "{{ scootaloo_db_path }}/scootaloo.sqlite"
- name: cron for scootaloo
cron:

View File

@@ -1,6 +1,6 @@
[scootaloo]
last_tweet_path="/var/lib/scootaloo/scootaloo.sqlite"
db_path="{{ scootaloo_db_path }}/scootaloo.sqlite"
cache_path="/tmp/scootaloo"
[twitter]