fix regex for finding geth account files

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-10-07 18:30:50 +02:00
parent 919802a3e2
commit 166e778590
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
- name: Geth | Find newly generate account file - name: Geth | Find newly generate account file
find: find:
paths: '{{ geth_keys_path }}' paths: '{{ geth_keys_path }}'
patterns: 'UTC--*' patterns: 'UTC*'
file_type: file file_type: file
register: found_account_files register: found_account_files