Fix typo, standard file not template
This commit is contained in:
parent
999b601432
commit
c96eb72b3f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if not host.fact.command('mount | grep databases || true'):
|
||||||
commands=['zfs mount backup/databases || true'],
|
commands=['zfs mount backup/databases || true'],
|
||||||
)
|
)
|
||||||
|
|
||||||
files.template(
|
files.put(
|
||||||
name='Push borgmatic config',
|
name='Push borgmatic config',
|
||||||
src='files/borgmatic.yaml',
|
src='files/borgmatic.yaml',
|
||||||
dest='/etc/borgmatic/config.yaml',
|
dest='/etc/borgmatic/config.yaml',
|
||||||
|
|
Reference in a new issue