Hi Pavel,

On Thu, Jan 13, 2022 at 01:04:40PM +0300, Pavel Korovin wrote:
> 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.
> 

I am very aware of that. I asked about netaddr because it doesn't feel
to me as a heavy dependency, but I guess not everyone has the same
level of heaviness.

-- 
Regards,
 Mikolaj

Reply via email to