distribute-validators: adjust ownership before chmod
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b06078cf7d
commit
b57c46cf0a
|
@ -70,6 +70,11 @@
|
|||
args:
|
||||
chdir: '{{ dist_validators_secrets_path }}'
|
||||
|
||||
- name: Adjust folder owner and group
|
||||
command: chown dockremap:docker -R {{ dist_validators_data_path }}
|
||||
args:
|
||||
warn: false
|
||||
|
||||
- name: Adjust validators dir permissions
|
||||
shell: chmod 0700 -R {{ dist_validators_data_path }}/validators/*
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue