Skip to content

Commit

Permalink
remove apt workaround ForceIPv4
Browse files Browse the repository at this point in the history
  • Loading branch information
sradi committed Jun 14, 2020
1 parent f019494 commit 1d9c947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/install_ansible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export ansibleSourceListEntry="deb http://ppa.launchpad.net/ansible/ansible/ubun
grep -qxF "${ansibleSourceListEntry}" /etc/apt/sources.list || echo "${ansibleSourceListEntry}" >> /etc/apt/sources.list

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367
apt -o Acquire::ForceIPv4=true update
apt -o Acquire::ForceIPv4=true install ansible
apt update
apt install ansible

0 comments on commit 1d9c947

Please sign in to comment.