mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
[dopr] accept_hostkey=True for git module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user