moving from common to webserver

This commit is contained in:
ubergeek 2019-03-01 13:44:07 -05:00
parent 9008a560ab
commit 22e6499aa1
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
- name: Add mirror rsync cron job
copy:
src: ../files/mirror-rsync
dest: /etc/cron.daily/mirror-rsync
owner: root
mode: 744