You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
role "lefant.openwrt-system"
role "lefant.openwrt-wireless"
role "lefant.openwrt-firewall"
role "lefant.openwrt-sqm"
role "lefant.openwrt-dnsmasq"
role "lefant.openwrt-ddns"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: