Use ansible 2.4.1 from ubuntu repositories

This commit is contained in:
Alexander Grothe 2017-12-16 19:32:38 +01:00
parent a7bc7a4386
commit 2b749ba457
2 changed files with 0 additions and 6 deletions

View File

@ -142,9 +142,6 @@ if (( $EUID != 0 )); then
exit
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

@ -4,9 +4,6 @@ if (( $EUID != 0 )); then
exit
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