From 545ce433d619180f64d6f8360b4431ea63ec337e Mon Sep 17 00:00:00 2001 From: asyrafnorafandi Date: Mon, 19 Aug 2024 21:48:43 +0800 Subject: [PATCH] fix: Install missing packages --- tasks/setup-Debian.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 207ac48..88be133 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -24,6 +24,7 @@ - jq - net-tools - logrotate + - curl state: present # Create dedicated user and directory @@ -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"