From b675d0c32231c64a3be39c3d591ea9cedfc9e037 Mon Sep 17 00:00:00 2001 From: Himura Kazuto Date: Fri, 16 Jun 2023 13:04:30 +0400 Subject: [PATCH] Install unzip into the image Fix ansible#120 --- execution-environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/execution-environment.yml b/execution-environment.yml index 60d5ac6..ac1431c 100644 --- a/execution-environment.yml +++ b/execution-environment.yml @@ -37,6 +37,7 @@ dependencies: rsync [platform:rpm] epel-release [platform:rpm] python-unversioned-command [platform:rpm] + unzip [platform:rpm] python: | git+https://github.com/ansible/ansible-sign ncclient