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,10 +57,10 @@
- name: Geth | Find newly generate account file
find:
paths: '{{ geth_keys_path }}'
patterns: 'UTC--*'
patterns: 'UTC*'
file_type: file
register: found_account_files
- name: Geth | Symlink generated account file
file:
src: '{{ found_account_files.files[0].path }}'