ansible-openwrt
ansible-openwrt copied to clipboard
Downloading the dependencies via librarian fails
Hi,
When i try to do "librarian-ansible install" i get this error: Could not find package: lefant.openwrt-uci but if i do "ansible-galaxy install lefant.openwrt-uci" then it works.
Do you know why ? thanks.
The Ansiblefile content is:
#!/usr/bin/env ruby #^syntax detection
site "https://galaxy.ansible.com/api/v1"
role "lefant.openwrt-uci"
role "lefant.openwrt-system" role "lefant.openwrt-wireless" role "lefant.openwrt-firewall" role "lefant.openwrt-sqm" role "lefant.openwrt-dnsmasq" role "lefant.openwrt-ddns"