Other permissions to fix.
This commit is contained in:
parent
f053ca5be7
commit
c7f933ea9e
|
@ -103,9 +103,11 @@
|
||||||
dest: '{{ orientdb_install_dir }}/config/{{ item }}'
|
dest: '{{ orientdb_install_dir }}/config/{{ item }}'
|
||||||
owner: '{{ orientdb_user }}'
|
owner: '{{ orientdb_user }}'
|
||||||
group: '{{ orientdb_user }}'
|
group: '{{ orientdb_user }}'
|
||||||
mode: '0640'
|
mode: '0600'
|
||||||
loop:
|
loop:
|
||||||
- custom-sql-functions.json
|
- custom-sql-functions.json
|
||||||
|
- security.json
|
||||||
|
- orientdb-etl-log.properties
|
||||||
notify: Restart orientdb
|
notify: Restart orientdb
|
||||||
tags: [ 'orientdb', 'orientdb_config' ]
|
tags: [ 'orientdb', 'orientdb_config' ]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue