Merge "install python3-netaddr"

This commit is contained in:
Jenkins 2017-07-28 12:15:42 +00:00 committed by Gerrit Code Review
commit c38bfa7990
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}"