fix regex for finding geth account files
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
919802a3e2
commit
166e778590
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue