Jakub Sokołowski 13fa6ea608
get-geth-api-urls: allow specifying multiple fleets
More useful than specifying multiple servicer names.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2024-01-09 11:10:44 +01:00

13 lines
327 B
YAML

---
- include_tasks: consul/posix.yml
when: ansible_system in ['Linux', 'Darwin']
loop: '{{ geth_node_api_fleet_names }}'
loop_control:
loop_var: 'fleet_name'
- include_tasks: consul/windows.yml
when: ansible_system == 'Win32NT'
loop: '{{ geth_node_api_fleet_names }}'
loop_control:
loop_var: 'fleet_name'