mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-02-17 22:36:38 +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,7 +57,7 @@
|
||||
- name: Geth | Find newly generate account file
|
||||
find:
|
||||
paths: '{{ geth_keys_path }}'
|
||||
patterns: 'UTC--*'
|
||||
patterns: 'UTC*'
|
||||
file_type: file
|
||||
register: found_account_files
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user