update pgbackrest-install/tasks/main.yml to use 2.33
This commit is contained in:
parent
9852a4ea21
commit
736158c9b5
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue