fix missing quote for chown command

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-07-14 20:31:58 +02:00
parent 871b8e9973
commit 18b1123766
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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