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