From a07391388424275108f34787708653b3bde87bc2 Mon Sep 17 00:00:00 2001 From: wjones Date: Thu, 23 Apr 2026 12:17:45 +0000 Subject: [PATCH] Update postgres_backup.yaml --- postgres_backup.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres_backup.yaml b/postgres_backup.yaml index b8ead7f..f4c965e 100644 --- a/postgres_backup.yaml +++ b/postgres_backup.yaml @@ -23,7 +23,7 @@ ansible.builtin.shell: cmd: su - postgres -c /usr/local/bin/pg_basebackup.sh - - name: BAcking up individual databases + - name: Backing up individual databases ansible.builtin.shell: cmd: su - postgres -c /usr/local/bin/pg_backup.sh