[dopr] accept_hostkey=True for git module
This commit is contained in:
parent
0edacdde25
commit
2ec0f99151
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
- name: git clone casperjs
|
||||
git: repo=git://github.com/n1k0/casperjs.git
|
||||
dest=/opt/
|
||||
accept_hostkey=True
|
||||
|
||||
- name: install casperjs
|
||||
file: src=/opt/casperjs/bin/casperjs dest=/usr/bin/casperjs state=link mode=0755
|
||||
|
@ -41,6 +42,7 @@
|
|||
- name: git clone cdic into the cdic home
|
||||
git: repo=git://github.com/evilkost/cdic.git
|
||||
dest=/home/cdic/server/
|
||||
accept_hostkey=True
|
||||
|
||||
- name: install python requirements
|
||||
pip: requirements=/home/cdic/server/requirements.txt executable=/usr/bin/pip3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue