better scootaloo support
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
- name: init scootaloo db
|
- name: init scootaloo db
|
||||||
shell:
|
shell:
|
||||||
cmd: "{{ scootaloo_bin_path }} init"
|
cmd: "{{ scootaloo_bin_path }} init"
|
||||||
creates: "{{ scootaloo_db_path }}/scootaloo.sqlite"
|
creates: "{{ scootaloo_db_path }}/scootaloo.sqlite"
|
||||||
|
|
||||||
- name: cron for scootaloo
|
- name: cron for scootaloo
|
||||||
cron:
|
cron:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
[scootaloo]
|
[scootaloo]
|
||||||
|
|
||||||
last_tweet_path="/var/lib/scootaloo/scootaloo.sqlite"
|
db_path="{{ scootaloo_db_path }}/scootaloo.sqlite"
|
||||||
cache_path="/tmp/scootaloo"
|
cache_path="/tmp/scootaloo"
|
||||||
|
|
||||||
[twitter]
|
[twitter]
|
||||||
|
Reference in New Issue
Block a user