Skip to content

Commit

Permalink
fix: Install missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrafnorafandi committed Aug 19, 2024
1 parent 12edc97 commit 545ce43
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- jq
- net-tools
- logrotate
- curl
state: present

# Create dedicated user and directory
Expand Down Expand Up @@ -55,10 +56,6 @@
astar_client_version: "{{ astar_grab_latest_version.stdout }}"
when: astar_client_version is not defined

- name: Check version
debug:
var: astar_grab_latest_version

- name: Download Astar Collator binary
ansible.builtin.get_url:
url: "https://github.com/AstarNetwork/Astar/releases/download/{{ astar_client_version }}/astar-collator-{{ astar_client_version }}-ubuntu-{{ astar_client_arch }}.tar.gz"
Expand Down

0 comments on commit 545ce43

Please sign in to comment.