[dopr] fix file path for git module

This commit is contained in:
Valentin Gologuzov 2015-06-11 12:50:27 +02:00
parent 2ec0f99151
commit 051d42b339

View file

@ -33,15 +33,16 @@
- name: git clone casperjs - name: git clone casperjs
git: repo=git://github.com/n1k0/casperjs.git git: repo=git://github.com/n1k0/casperjs.git
dest=/opt/ dest=/opt/casperjs/
accept_hostkey=True accept_hostkey=True
- name: install casperjs - 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 - name: git clone cdic into the cdic home
git: repo=git://github.com/evilkost/cdic.git git: repo=git://github.com/evilkost/cdic.git
dest=/home/cdic/server/ dest=/home/cdic/server/cdic/
accept_hostkey=True accept_hostkey=True
- name: install python requirements - name: install python requirements