diff --git a/bundle/ansible/Makefile b/bundle/ansible/Makefile index 98803a4..029f2fb 100644 --- a/bundle/ansible/Makefile +++ b/bundle/ansible/Makefile @@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/package.mk define Package/ansible SECTION:=meta CATEGORY:=LILiK - DEPENDS:=+python +python3 +openssh-server +openssh-clients + DEPENDS:=+python +python3 +openssh-server +openssh-client +openssh-client-utils TITLE:=requirements to configure OpenWRT using ansible endef