mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-02-10 10:57:18 +00:00
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…
x
Reference in New Issue
Block a user