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:
parent
2b749ba457
commit
036fd26287
@ -142,6 +142,9 @@ if (( $EUID != 0 )); then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
apt-get -y install software-properties-common
|
||||||
|
# Add repository for ansible
|
||||||
|
add-apt-repository -y ppa:yavdr/experimental-main
|
||||||
# update packages
|
# update packages
|
||||||
apt-get update
|
apt-get update
|
||||||
# install required packages
|
# install required packages
|
||||||
|
@ -4,6 +4,9 @@ if (( $EUID != 0 )); then
|
|||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
apt-get -y install software-properties-common
|
||||||
|
# Add repository for ansible
|
||||||
|
add-apt-repository -y ppa:yavdr/experimental-main
|
||||||
# update packages
|
# update packages
|
||||||
apt-get update
|
apt-get update
|
||||||
# install required packages
|
# install required packages
|
||||||
|
Loading…
Reference in New Issue
Block a user