Do not add yavdr ppa, ansible in bionic repositories has been updated.
This commit is contained in:
parent
b310e3341c
commit
c6df27ca0c
@ -147,8 +147,6 @@ if (( $EUID != 0 )); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get -y install software-properties-common
|
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
|
||||||
|
@ -5,8 +5,6 @@ if (( $EUID != 0 )); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
apt-get -y install software-properties-common
|
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