Skip to content

Commit

Permalink
Run inventory refresh post ethereum update
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <busa.barnabas@gmail.com>
  • Loading branch information
barnabasbusa authored Sep 26, 2024
1 parent d531d31 commit 97e7893
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ansible/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,17 @@
0
)
}}
- name: refresh inventory
import_role:
name: ethpandaops.general.ethereum_inventory_web
tags: [ethereum, ethereum_node, eth_inventory_web, ethereum_inventory_web]
when: "'bootnode' in group_names"

- hosts: bootnode
become: true
roles:
- role: ethpandaops.general.ethereum_inventory_web
tags: [ethereum, ethereum_node, eth_inventory_web, ethereum_inventory_web]
tags: [eth_inventory_web, ethereum_inventory_web]

- hosts: dora
become: true
Expand Down

0 comments on commit 97e7893

Please sign in to comment.