[dopr] fix file path for git module
This commit is contained in:
parent
2ec0f99151
commit
051d42b339
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue