From 2b749ba457f9562c4516d53133b72644bf9d7c76 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Sat, 16 Dec 2017 19:32:38 +0100 Subject: [PATCH] Use ansible 2.4.1 from ubuntu repositories --- Manual.org | 3 --- install-yavdr.sh | 3 --- 2 files changed, 6 deletions(-) diff --git a/Manual.org b/Manual.org index 4b2906d..f897166 100644 --- a/Manual.org +++ b/Manual.org @@ -142,9 +142,6 @@ 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 376af4e..49b46d3 100755 --- a/install-yavdr.sh +++ b/install-yavdr.sh @@ -4,9 +4,6 @@ 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