add missing get-geth-api-urls role for macos host
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5dae92080a
commit
f745dfd2f8
|
@ -58,6 +58,8 @@
|
|||
- name: Deploy prater macOS beacon nodes
|
||||
become: true
|
||||
hosts: nimbus-prater-macos
|
||||
roles:
|
||||
- { role: get-geth-api-urls, tags: [ get-geth-api-urls ] }
|
||||
tasks:
|
||||
- include_role: name=infra-role-beacon-node-macos
|
||||
tags: [ beacon-node, infra-role-beacon-node-macos ]
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
|
||||
- name: systemd-timer
|
||||
src: git@github.com:status-im/infra-role-systemd-timer.git
|
||||
version: cf1798b1eb49af97a62675fa865a89919d7e0bd1
|
||||
version: 1a268e934acaabfaf59ee9e3a55a5a6fae65408e
|
||||
scm: git
|
||||
|
||||
- name: swap-file
|
||||
|
|
Loading…
Reference in New Issue