From 048ae4e5d49e6bfc762da92c5011173f5b09e44e Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sat, 16 Dec 2017 17:47:16 +0100 Subject: [PATCH] We need to use an ansible build from a yavdr PPA (for now) --- Manual.org | 2 +- install-yavdr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.org b/Manual.org index e5e6197..389a6f1 100644 --- a/Manual.org +++ b/Manual.org @@ -144,7 +144,7 @@ fi apt-get -y install software-properties-common # Add repository for ansible -add-apt-repository -y ppa:ansible/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 ac3af60..e3fedaf 100755 --- a/install-yavdr.sh +++ b/install-yavdr.sh @@ -6,7 +6,7 @@ fi apt-get -y install software-properties-common # Add repository for ansible -add-apt-repository -y ppa:ansible/ansible +add-apt-repository -y ppa:yavdr/experimental-main # update packages apt-get update # install required packages