distribute-validators: wildcards don't work in single quotes

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-17 15:47:18 +01:00
parent f79d65f7c9
commit bce497758b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
chdir: '{{ dist_validators_secrets_path }}'
- name: Adjust validators dir permissions
shell: chmod 0700 -R '{{ dist_validators_data_path }}/validators/*'
shell: chmod 0700 -R {{ dist_validators_data_path }}/validators/*
args:
warn: false
@ -81,6 +81,6 @@
warn: false
- name: Adjust secrets permissions
shell: chmod 0600 -R '{{ dist_validators_data_path }}/secrets/*'
shell: chmod 0600 -R {{ dist_validators_data_path }}/secrets/*
args:
warn: false