Other permissions to fix.

This commit is contained in:
Andrea Dell'Amico 2022-11-04 15:46:42 +01:00
parent f053ca5be7
commit c7f933ea9e
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 3 additions and 1 deletions

View File

@ -103,9 +103,11 @@
dest: '{{ orientdb_install_dir }}/config/{{ item }}'
owner: '{{ orientdb_user }}'
group: '{{ orientdb_user }}'
mode: '0640'
mode: '0600'
loop:
- custom-sql-functions.json
- security.json
- orientdb-etl-log.properties
notify: Restart orientdb
tags: [ 'orientdb', 'orientdb_config' ]