Permissions for pgbackrest binary should be 755.

This commit is contained in:
staticsafe 2019-10-20 21:28:33 -04:00
parent 665d24a6cb
commit fbb5391eae
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
copy:
src: /builds/pgbackrest-release-2.18/src/pgbackrest
dest: /usr/bin/pgbackrest
mode: '0744'
mode: '0755'
- name: Make sure Perl is installed
apt: