From c96eb72b3f5355fe04e8250a9591ea6e39d9c998 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Sat, 4 Sep 2021 21:44:13 +0900 Subject: [PATCH] Fix typo, standard file not template --- setup-backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-backup.py b/setup-backup.py index cda6f93..92d5288 100644 --- a/setup-backup.py +++ b/setup-backup.py @@ -49,7 +49,7 @@ if not host.fact.command('mount | grep databases || true'): commands=['zfs mount backup/databases || true'], ) -files.template( +files.put( name='Push borgmatic config', src='files/borgmatic.yaml', dest='/etc/borgmatic/config.yaml',