mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-22 19:50:05 +00:00
15 lines
380 B
YAML
15 lines
380 B
YAML
---
|
|
- name: Find new and old validators
|
|
include_tasks: read.yml
|
|
when: dist_validators_layout is defined
|
|
|
|
- name: Verify if validators changed
|
|
include_tasks: check.yml
|
|
when: dist_validators_layout is defined
|
|
|
|
- name: Copy over validators and secrets
|
|
include_tasks: write.yml
|
|
when: >
|
|
dist_validators_layout is defined and
|
|
(secrets_changed or validators_changed)
|