Add netaddr to Ansible venvs

Change I733e48127f2b1cf7d2d52153844098163e48bae8 removed ARA, which
was indirectly depending on netaddr. Without netaddr, Ansible IPv6
tasks will break, even though Ansible doesn't itself declare a
dependency on it.

Explicitly add netaddr to our Ansible venvs, so we can perform tasks
which require it.

Change-Id: Ic214377c3e50acc93c2a4a9e564818169b8e2552
This commit is contained in:
Jeremy Stanley 2022-04-30 23:36:44 +00:00
parent 8d00836416
commit a89ce345c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# This file describes the currently supported ansible versions
[common]
default_version = 2.9
requirements = openstacksdk openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk
requirements = openstacksdk openshift jmespath google-cloud-storage pywinrm boto3 azure-storage-blob ibm-cos-sdk netaddr
[2.8]
# Ansible 2.8.16 breaks the k8s connection plugin