Skip to content

Commit

Permalink
Added python3-apt installation in Ubuntu Xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Sep 3, 2024
1 parent 17b124f commit 9c8b5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-playbooks/provision.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
if grep -q -i -E "ubuntu.*16" /etc/lsb-release; then
add-apt-repository -y ppa:jblgf0/python
apt-get update
apt-get install -y python3.6
apt-get install -y python3.6 python3-apt
ln -sf /usr/bin/python3.6 /usr/bin/python3
fi
fi
Expand Down

0 comments on commit 9c8b5ca

Please sign in to comment.