On 01/12, Mikolaj Kucharski wrote: > Hi, > > I had fresh install of OpenBSD-current with ansible added via packages: > > pkg_add -i ansible > > Running it on some of my playbooks failed with AnsibleFilterError: > > The reduce_on_network filter requires python's netaddr be installed on > the ansible controller > > Via pkg_add py3-netaddr problem was fixed. I was wondering, could > net/py-netaddr be added to ansible/ansible-core package?
Hi Mikolaj, There are lots of modules which provide additional functionality for specific use cases, e.g. py-jmespath for JSON parsing or py-napalm for managing network devices, but these are not required for basic ansible functionality and should be added by the user. The same is about py-netaddr. -- With best regards, Pavel Korovin
