update pgbackrest-install/tasks/main.yml to use 2.33

This commit is contained in:
staticsafe 2021-05-11 12:35:29 -04:00
parent 9852a4ea21
commit 736158c9b5
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.28/src/pgbackrest
src: /builds/pgbackrest-release-2.33/src/pgbackrest
dest: /usr/bin/pgbackrest
mode: '0755'