Fix typo, standard file not template

This commit is contained in:
Benoit S 2021-09-04 21:44:13 +09:00
parent 999b601432
commit c96eb72b3f

View file

@ -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',