From 5c885f3682771c8f291afa765d2ff457f72d9550 Mon Sep 17 00:00:00 2001 From: Mikhail Vintcukevich <47250461+Mishavint@users.noreply.github.com> Date: Wed, 21 Jun 2023 00:41:23 +0300 Subject: [PATCH] fix: install jq (#52) --- tasks/configure.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index ea665c9..486242f 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -10,6 +10,7 @@ - apt-transport-https - ca-certificates - curl + - jq state: present update_cache: yes