From 051d42b339f20328bfd0b4583a1a2f8ceb171725 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Thu, 11 Jun 2015 12:50:27 +0200 Subject: [PATCH] [dopr] fix file path for git module --- roles/dopr/tasks/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/dopr/tasks/main.yml b/roles/dopr/tasks/main.yml index 60575cbb2a..d55e8f7eca 100644 --- a/roles/dopr/tasks/main.yml +++ b/roles/dopr/tasks/main.yml @@ -33,15 +33,16 @@ - name: git clone casperjs git: repo=git://github.com/n1k0/casperjs.git - dest=/opt/ + dest=/opt/casperjs/ accept_hostkey=True - name: install casperjs - file: src=/opt/casperjs/bin/casperjs dest=/usr/bin/casperjs state=link mode=0755 + file: src=/opt/casperjs/bin/casperjs + dest=/usr/bin/casperjs state=link mode=0755 - name: git clone cdic into the cdic home git: repo=git://github.com/evilkost/cdic.git - dest=/home/cdic/server/ + dest=/home/cdic/server/cdic/ accept_hostkey=True - name: install python requirements