mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-09 13:25:53 +00:00
Jakub Sokołowski
513fb2bb88
Mainnet merge has happened, so no need for the exception. Signed-off-by: Jakub Sokołowski <jakub@status.im>
13 lines
333 B
YAML
13 lines
333 B
YAML
---
|
|
- include_tasks: consul/posix.yml
|
|
when: ansible_system in ['Linux', 'Darwin']
|
|
loop: '{{ geth_node_api_consul_names }}'
|
|
loop_control:
|
|
loop_var: 'service_name'
|
|
|
|
- include_tasks: consul/windows.yml
|
|
when: ansible_system == 'Win32NT'
|
|
loop: '{{ geth_node_api_consul_names }}'
|
|
loop_control:
|
|
loop_var: 'service_name'
|