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 Jul 26, 2024
1 parent db44dc8 commit ee8a45a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/validator_cli/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
- cli.install
- cli.update

- name: "{{ role_path|basename }} | install solana cli"
- name: "{{ role_path|basename }} | install validator cli"
import_tasks: install.yaml
tags:
- cli
- cli.install
when: force == 'true' or not validator_exists.stat.exists

- name: "{{ role_path|basename }} | update solana cli"
- name: "{{ role_path|basename }} | update validator cli"
import_tasks: update.yaml
tags:
- cli
Expand Down

0 comments on commit ee8a45a

Please sign in to comment.