[dopr] accept_hostkey=True for git module

This commit is contained in:
Valentin Gologuzov 2015-06-11 12:45:36 +02:00
parent 0edacdde25
commit 2ec0f99151

View file

@ -34,6 +34,7 @@
- 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/
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
@ -41,6 +42,7 @@
- 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/
accept_hostkey=True
- name: install python requirements - name: install python requirements
pip: requirements=/home/cdic/server/requirements.txt executable=/usr/bin/pip3 pip: requirements=/home/cdic/server/requirements.txt executable=/usr/bin/pip3