nimbus.fluffy: reduce number of nodes from 32 to 16
There's not enough disk space. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
eccb234f17
commit
6757e2f6ab
|
@ -19,6 +19,6 @@
|
||||||
tasks:
|
tasks:
|
||||||
- include_role: name=infra-role-nimbus-fluffy
|
- include_role: name=infra-role-nimbus-fluffy
|
||||||
tags: [ beacon-node, infra-role-nimbus-fluffy ]
|
tags: [ beacon-node, infra-role-nimbus-fluffy ]
|
||||||
with_sequence: start=1 end=32
|
with_sequence: start=1 end=16
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: index
|
loop_var: index
|
||||||
|
|
Loading…
Reference in New Issue