install python3-netaddr

Change-Id: I3cfc56ae9f7cfe3c74705910b1f2ed27c51ef485
This commit is contained in:
Matthew Mosesohn 2017-07-28 15:15:08 +03:00
parent 73bd2bb752
commit 0652e1b6d3
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ if ! admin_node_command type ansible 2>&1 > /dev/null; then
if [[ "$ANSIBLE_INSTALL_SOURCE" == "apt" ]]; then
with_retries admin_node_command -- sudo apt-get install -y ansible python-netaddr
elif [[ "$ANSIBLE_INSTALL_SOURCE" == "pip" ]]; then
with_retries admin_node_command -- sudo apt-get install -y python-netaddr libssl-dev python3-pip
with_retries admin_node_command -- sudo apt-get install -y python3-netaddr libssl-dev python3-pip
with_retries admin_node_command -- sudo pip3 install --upgrade ansible==$required_ansible_version
else
echo "ERROR: Unknown Ansible install source: ${ANSIBLE_INSTALL_SOURCE}"