config: wider permissions for helper scripts

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-11-22 11:12:45 +01:00
parent 84dc61fcc3
commit e377c5fab1
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -45,6 +45,6 @@
dest: '{{ beacon_node_service_path }}/{{ item|basename|replace(".j2", "") }}'
owner: '{{ beacon_node_user }}'
group: '{{ beacon_node_group }}'
mode: 0750
mode: 0775
with_fileglob:
- 'templates/scripts/*'