From 322f61dfb62e980488fe45afc1b961b0e30d3828 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Wed, 17 Jan 2024 15:18:44 +0000 Subject: [PATCH] Add build deps for ansible-pylibssh --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index c38bf5c..67e433f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -68,7 +68,7 @@ tasks: - setup env: # needed to avoid warning about installing from galaxy - ANSIBLE_COLLECTIONS_PATHS: collections + ANSIBLE_COLLECTIONS_PATH: collections cmds: - ansible-galaxy collection install -r _build/requirements.yml -p collections - podman manifest exists {{.CNT_NAME_TAG}} && podman manifest rm {{.CNT_NAME_TAG}} || true