Revert "Use ansible 2.4.1 from ubuntu repositories"

the needed package is still in staging...

This reverts commit 2b749ba457.
This commit is contained in:
Alexander Grothe 2017-12-16 19:34:33 +01:00
parent 2b749ba457
commit 036fd26287
2 changed files with 6 additions and 0 deletions

View File

@ -142,6 +142,9 @@ 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,6 +4,9 @@ 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