fix missing quote for chown command
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
871b8e9973
commit
18b1123766
|
@ -33,7 +33,7 @@
|
|||
|
||||
- name: Adjust folder owner and group
|
||||
command: |
|
||||
chown {{ dist_validators_user }}:{{ dist_validators_group }} -R {{ dist_validators_data_path }}'
|
||||
chown {{ dist_validators_user }}:{{ dist_validators_group }} -R '{{ dist_validators_data_path }}'
|
||||
args: { warn: false }
|
||||
|
||||
- name: Adjust validators dir permissions
|
||||
|
|
Loading…
Reference in New Issue