libravatar: make the cron job executable

This commit is contained in:
clime 2019-03-08 12:07:13 +01:00
parent 306becedf8
commit cb6445f426

View file

@ -120,7 +120,7 @@
- config
- name: cron.daily job
copy: src="cron.daily/libravatar" dest="/etc/cron.daily/libravatar"
copy: src="cron.daily/libravatar" dest="/etc/cron.daily/libravatar" mode=755
- name: ensure service states
service: state=started enabled=yes name={{ item }}