mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-02-11 11:27:10 +00:00
Allow get account addresse override
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9647eaeaf5
commit
d737b1d0ba
@ -87,6 +87,7 @@
|
|||||||
- name: Geth | Extract account address
|
- name: Geth | Extract account address
|
||||||
set_fact:
|
set_fact:
|
||||||
geth_account_addr: '{{ geth_account_json["address"] }}'
|
geth_account_addr: '{{ geth_account_json["address"] }}'
|
||||||
|
when: geth_account_addr is not defined
|
||||||
|
|
||||||
- name: Geth | Verify account data is available
|
- name: Geth | Verify account data is available
|
||||||
assert:
|
assert:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user