update dist-validators use, drop group var
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
09d0176c12
commit
d96c254880
|
@ -16,3 +16,6 @@ galaxy_info:
|
|||
- name: systemd-timer
|
||||
src: git+git@github.com:status-im/infra-role-systemd-timer.git
|
||||
scm: git
|
||||
- name: infra-role-dist-validators
|
||||
src: git+git@github.com:status-im/infra-role-dist-validators.git
|
||||
scm: git
|
||||
|
|
|
@ -7,12 +7,11 @@
|
|||
dist_validators_end: '{{ beacon_node_dist_validators_end | mandatory }}'
|
||||
dist_validators_data_path: '{{ beacon_node_dist_validators_data_path | mandatory }}'
|
||||
dist_validators_user: '{{ beacon_node_user }}'
|
||||
dist_validators_group: '{{ beacon_node_group }}'
|
||||
|
||||
- when: dist_validators_deployed is defined
|
||||
block:
|
||||
- name: 'Show number of validators deployed'
|
||||
debug: msg='Deployed {{ dist_validators_deployed|length }} validators'
|
||||
debug: msg='Deployed {{ dist_validators_deployed }} validators'
|
||||
|
||||
- name: 'Restart beacon node service'
|
||||
service:
|
||||
|
|
Loading…
Reference in New Issue