Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 322f61d

Browse files
committed
Add build deps for ansible-pylibssh
1 parent 01932cc commit 322f61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tasks:
6868
- setup
6969
env:
7070
# needed to avoid warning about installing from galaxy
71-
ANSIBLE_COLLECTIONS_PATHS: collections
71+
ANSIBLE_COLLECTIONS_PATH: collections
7272
cmds:
7373
- ansible-galaxy collection install -r _build/requirements.yml -p collections
7474
- podman manifest exists {{.CNT_NAME_TAG}} && podman manifest rm {{.CNT_NAME_TAG}} || true

0 commit comments

Comments
 (0)