better scootaloo support
This commit is contained in:
@@ -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:
|
||||
|
@@ -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]
|
||||
|
Reference in New Issue
Block a user