Do not add yavdr ppa, ansible in bionic repositories has been updated.

This commit is contained in:
Alexander Grothe 2018-04-19 10:30:43 +02:00
parent b310e3341c
commit c6df27ca0c
2 changed files with 0 additions and 4 deletions

View File

@ -147,8 +147,6 @@ if (( $EUID != 0 )); then
fi
apt-get -y install software-properties-common
# Add repository for ansible
add-apt-repository -y ppa:yavdr/experimental-main
# update packages
apt-get update
# install required packages

View File

@ -5,8 +5,6 @@ if (( $EUID != 0 )); then
fi
apt-get -y install software-properties-common
# Add repository for ansible
add-apt-repository -y ppa:yavdr/experimental-main
# update packages
apt-get update
# install required packages