Randomize posting interval, fix ansible warnings (fixes #4)

This commit is contained in:
Felix Ableitner 2019-09-11 13:41:07 +02:00
parent 06e86124fa
commit 6ab3f62148

View file

@ -26,6 +26,8 @@
path: /pinkored/communistquotes/
pull: yes
source: build
force_source: yes
force_tag: yes
- name: add all template files
template: src=env dest=/pinkored/env
@ -34,4 +36,5 @@
cron:
name: "communist-quotes"
hour: "*/3"
job: "docker run -it --rm --name communistquotes --env-file /pinkored/env communistquotes >> /var/log/communistquotes.log 2>&1"
minute: "0"
job: "perl -le 'sleep rand 10800' && docker run --rm --name communistquotes --env-file /pinkored/env communistquotes >> /var/log/communistquotes.log 2>&1"