You've already forked ansible-role-automysqlbackup
12 lines
210 B
YAML
12 lines
210 B
YAML
---
|
|
- name: custom cron configure
|
|
template:
|
|
src: "custom.cron.j2"
|
|
dest: "/etc/cron.d/automysqlbackup"
|
|
owner: "root"
|
|
group: "root"
|
|
mode: "644"
|
|
notify:
|
|
- cron_start
|
|
- cron_restart
|