Open lowjoel opened 2 years ago
(Meanwhile I'll use Ansible 2.10, which is known to work, but IIRC is now EOL)
Oh, it seems that running ansible-galaxy collections install community.general
is now needed. That seems to fix it for both versions. Should this be documented somewhere, or should there be some dependency specified in the meta.yml?
Oh, it seems that running
ansible-galaxy collections install community.general
is now needed. That seems to fix it for both versions. Should this be documented somewhere, or should there be some dependency specified in the meta.yml?
Oddly enough, I can't reproduce this with ansible-core 2.12.7; things function for me without community.general
.
Hello there, I've tried to use this role with Ansible-core 2.12.6:
And I get this failure:
I tried changing the
opkg
module in both the role code and my own Ansible code but it seems that thegekmihesg.openwrt.opkg
module can't be found either. I'm guessing somewhere in the refactor to collections the logic that this role uses changed? I'd love to help to submit a patch, but unfortunately I'm lost as to where to begin right now.Any advice/direction appreciated!