Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makhoninvit authored and Vitaliy Makhonin committed Aug 14, 2024
1 parent c3fed95 commit b3f2e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/validator_remove/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

- name: "{{ role_path|basename }} | stop validator service"
systemd:
name: "{{ validator_binary }}"
name: "{{ item }}"
state: stopped
enabled: no
with_items:
Expand Down

0 comments on commit b3f2e72

Please sign in to comment.