add netaddr to the test repo install process

This package is required to use the ansible ip filter.
REF: http://docs.ansible.com/ansible/playbooks_filters_ipaddr.html

Change-Id: I0f67105a7100dd65756d4f51578bcdb95e87348a
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2017-06-30 10:16:00 -05:00
parent 8be9210098
commit 29433ab0bc
1 changed files with 3 additions and 0 deletions

View File

@ -12,3 +12,6 @@ ansible==2.3.1.0
# The Ansible lint version used for lint tests
ansible-lint==3.4.12
# Used for the ip filter within ansible
netaddr