diff --git a/tasks/generate.yml b/tasks/generate.yml index a8afc87..ee240cb 100644 --- a/tasks/generate.yml +++ b/tasks/generate.yml @@ -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 }}'