Move backup schedule to cron instead of systemctl

This commit is contained in:
Paul-Henri Froidmont 2018-06-09 22:10:38 +02:00
parent e29a4cb1fb
commit a5785e21ed
5 changed files with 15 additions and 33 deletions

View file

@ -8,6 +8,7 @@
sub_domains:
- rpg
roles:
- { role: base, tags: ['base'] }
- { role: scripts, tags: [ 'scripts' ] }
- { role: daily-backup, tags: [ 'backup' ] }
- { role: murmur-docker, tags: [ 'murmur', 'docker' ] }