Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 00:36:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206656] sysutils/ansible: add dependency on py-netaddr
Message-ID:  <bug-206656-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206656

            Bug ID: 206656
           Summary: sysutils/ansible: add dependency on py-netaddr
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: amdmi3@FreeBSD.org
                CC: lifanov@mail.lifanov.com
                CC: lifanov@mail.lifanov.com
             Flags: maintainer-feedback?(lifanov@mail.lifanov.com)

Created attachment 166165
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D166165&action=
=3Dedit
Patch

Ansible contains ipaddr Jinja2 filter:
https://docs.ansible.com/ansible/playbooks_filters_ipaddr.html

However it requires py-netaddr to run, otherwise:

fatal: [myhost]: FAILED! =3D> {"changed": false, "failed": true, "msg":
"AnsibleFilterError: ERROR! The ipaddr filter requires python-netaddr be
installed on the ansible controller"}

So add py-netaddr to the dependency list.

Note that there could be more hidden dependencies on other python modules.
These dependencies could be also made optional in the port.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206656-13>