change pgbackrest version to 2.36

This commit is contained in:
staticsafe 2021-12-31 09:29:21 -05:00
parent 47eb6aa778
commit 0cf1563566
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.33/src/pgbackrest
src: /builds/pgbackrest-release-2.36/src/pgbackrest
dest: /usr/bin/pgbackrest
mode: '0755'