From acc948de6f298aa75d482172f7b760d48902dd71 Mon Sep 17 00:00:00 2001 From: Wendell Jones Date: Thu, 23 Apr 2026 08:11:04 -0400 Subject: [PATCH] Update execution names --- postgres_backup.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres_backup.yaml b/postgres_backup.yaml index 59cca00..b8ead7f 100644 --- a/postgres_backup.yaml +++ b/postgres_backup.yaml @@ -19,11 +19,11 @@ # # group: root # mode: '0755' - - name: Execute beszel agent install script + - name: Executing base backup ansible.builtin.shell: cmd: su - postgres -c /usr/local/bin/pg_basebackup.sh - - name: Add beszel agent key + - name: BAcking up individual databases ansible.builtin.shell: cmd: su - postgres -c /usr/local/bin/pg_backup.sh