Browse Source

fix dependencies of ansible meta package

master
Edoardo Putti 6 years ago
parent
commit
5ecf271ca0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bundle/ansible/Makefile

+ 1
- 1
bundle/ansible/Makefile View File

@ -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


Loading…
Cancel
Save