Skip to content

Commit

Permalink
ethereum_node_fact_discovery: handle reth
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Matias <[email protected]>
  • Loading branch information
skylenet authored Sep 16, 2024
1 parent b363d8c commit 941cbc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- name: Handle Besu, Geth, Erigon, Nethermind enode
when: ethereum_node_el in ["besu", "geth", "erigon", "nethermind"]
when: ethereum_node_el in ["besu", "geth", "erigon", "nethermind", "reth"]
block:
- name: Get EL node key
ansible.builtin.shell: "{{ ethereum_node_fact_discovery_el_key_cmd[ethereum_node_el] }}" # noqa command-instead-of-shell
Expand Down

0 comments on commit 941cbc2

Please sign in to comment.