diff --git a/roles/borg_client/templates/backup-my.cnf.j2 b/roles/borg_client/templates/backup-my.cnf.j2
index 250f3290933f19e06e3056f6885b4ce6ec9a04a1..b9a0a1babf2c8a8d87e4af34085c2dd8243c0c88 100644
--- a/roles/borg_client/templates/backup-my.cnf.j2
+++ b/roles/borg_client/templates/backup-my.cnf.j2
@@ -1,3 +1,3 @@
 [client]
 user = root
-password = "{{vault_mariadb_users.root}}"
+password = "{{ vault_mariadb_users.root }}"
diff --git a/roles/borg_client/templates/backup-postgres.sh.j2 b/roles/borg_client/templates/backup-postgres.sh.j2
index 4fdd940ee3dc07992e3aecbac5e5c871de07bdb6..ccb34fa993d70cea0e6f78f0f0d69f61796cef8d 100644
--- a/roles/borg_client/templates/backup-postgres.sh.j2
+++ b/roles/borg_client/templates/backup-postgres.sh.j2
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 # Script to backup all postgres databases individually
-# 
+#
 # Requires local login with `postgres` user and either trusted or peer auth.
 #