Skip to content

Commit

Permalink
Fix stop validator
Browse files Browse the repository at this point in the history
  • Loading branch information
makhoninvit authored and Vitaliy Makhonin committed Jul 26, 2024
1 parent b8ddce0 commit 01ad502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/validator_service_stop/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

- name: "{{ role_path|basename }} | stop validator service"
systemd:
name: "{{ binary_name }}"
name: "{{ validator_binary }}"
state: stopped
ignore_errors: True
tags:
Expand Down

0 comments on commit 01ad502

Please sign in to comment.