From 036fd26287f55928af6a7fac1daa93085c95c65b Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sat, 16 Dec 2017 19:34:33 +0100 Subject: [PATCH] Revert "Use ansible 2.4.1 from ubuntu repositories" the needed package is still in staging... This reverts commit 2b749ba457f9562c4516d53133b72644bf9d7c76. --- Manual.org | 3 +++ install-yavdr.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Manual.org b/Manual.org index f897166..4b2906d 100644 --- a/Manual.org +++ b/Manual.org @@ -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 diff --git a/install-yavdr.sh b/install-yavdr.sh index 49b46d3..376af4e 100755 --- a/install-yavdr.sh +++ b/install-yavdr.sh @@ -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