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 379803b commit c3fed95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion roles/validator_remove/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@
systemd:
name: "{{ validator_binary }}"
state: stopped
enabled: false
enabled: no
with_items:
- 'agave-validator'
- 'solana-validator'
- 'validator'
ignore_errors: yes
tags:
- validator.remove
Expand Down Expand Up @@ -59,6 +63,8 @@
- "{{ validator_home }}"
- "{{ swap_file.stdout }}"
- "/etc/systemd/system/validator.service"
- "/etc/systemd/system/agave-validator.service"
- "/etc/systemd/system/solana-validator.service"
- "/etc/default/validator-env"
- "{{ sv_manager_config_path }}"
tags:
Expand Down

0 comments on commit c3fed95

Please sign in to comment.