From c0f0f5663448a821cc19ef56106a42281d32ed82 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase <svenstaro@gmail.com> Date: Tue, 26 Jan 2021 22:37:06 +0100 Subject: [PATCH] Small linting and whitespace fixes --- roles/borg_client/templates/backup-my.cnf.j2 | 2 +- roles/borg_client/templates/backup-postgres.sh.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/borg_client/templates/backup-my.cnf.j2 b/roles/borg_client/templates/backup-my.cnf.j2 index 250f32909..b9a0a1bab 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 4fdd940ee..ccb34fa99 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. # -- GitLab