Update pgbackrest version to 2.28

This commit is contained in:
Sadiq Saif 2020-08-18 08:40:19 -04:00 committed by GitHub
parent c73f1f6b7c
commit b6946a3e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
- name: Copy pgbackrest binary to host
copy:
src: /builds/pgbackrest-release-2.18/src/pgbackrest
src: /builds/pgbackrest-release-2.28/src/pgbackrest
dest: /usr/bin/pgbackrest
mode: '0755'