libravatar: make the cron job executable
This commit is contained in:
parent
306becedf8
commit
cb6445f426
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue