Skip to content

Commit c74f6b2

Browse files
authored
Update ansible/tasks/setup-pgbackrest.yml
1 parent b1051bf commit c74f6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-pgbackrest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
ansible.legacy.copy:
6868
group: postgres
6969
dest: "/etc/pgbackrest/{{ conf_item['path'] }}/{{ conf_item['name'] }}"
70-
mode: '0644'
70+
mode: '0640'
7171
owner: pgbackrest
7272
src: "files/pgbackrest_config/{{ conf_item['name'] }}"
7373
loop:

0 commit comments

Comments
 (0)