From c05cef7c80f67afc410366d765b119dc1a347f4b Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Mon, 13 Mar 2017 14:58:41 +0100 Subject: [PATCH] python is a dependency of ansible --- Manual.org | 2 +- install-yavdr.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Manual.org b/Manual.org index 021b484..94ea293 100644 --- a/Manual.org +++ b/Manual.org @@ -28,7 +28,7 @@ add-apt-repository -y ppa:ansible/ansible # update packages apt-get update # install required packages -apt-get -y install ansible python +apt-get -y install ansible # TODO: run ansible on local host ansible-playbook yavdr07.yml -b -i 'localhost,' --connection=local diff --git a/install-yavdr.sh b/install-yavdr.sh index a6a336c..3ac1344 100755 --- a/install-yavdr.sh +++ b/install-yavdr.sh @@ -10,7 +10,7 @@ add-apt-repository -y ppa:ansible/ansible # update packages apt-get update # install required packages -apt-get -y install ansible python +apt-get -y install ansible # TODO: run ansible on local host ansible-playbook yavdr07.yml -b -i 'localhost,' --connection=local