add any_errors_fatal:true to avoid duplicate validators
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4668266eb6
commit
73bde9a51a
|
@ -17,6 +17,8 @@
|
|||
|
||||
- name: Configure network pyrmont
|
||||
become: true
|
||||
# To avoid clashing/duplicate validators.
|
||||
any_errors_fatal: true
|
||||
hosts:
|
||||
- nimbus-pyrmont-stable
|
||||
- nimbus-pyrmont-testing
|
||||
|
|
Loading…
Reference in New Issue