From 2cb1ddd4983d9d0fb1457f949e118de36f220927 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Wed, 18 Sep 2024 14:09:12 +0000 Subject: [PATCH] install unzip package --- automation/vars/Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/automation/vars/Debian.yml b/automation/vars/Debian.yml index daead7640..bd8c2780e 100644 --- a/automation/vars/Debian.yml +++ b/automation/vars/Debian.yml @@ -50,6 +50,7 @@ system_packages: - acl - dnsutils - moreutils + - unzip install_perf: false # or 'true' to install "perf" (Linux profiling with performance counters) and "FlameGraph".