Use ansible 2.4.1 from ubuntu repositories
This commit is contained in:
parent
a7bc7a4386
commit
2b749ba457
@ -142,9 +142,6 @@ 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,9 +4,6 @@ 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