add hostkey check
This commit is contained in:
parent
c5fe856e1a
commit
119a643669
@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
- name: install source file if not exist
|
- name: install source file if not exist
|
||||||
git:
|
git:
|
||||||
|
accept_hostkey: yes
|
||||||
dest: "/tmp/{{name}}" # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no).
|
dest: "/tmp/{{name}}" # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no).
|
||||||
repo: "{{chainetv_repo}}" # required. git, SSH, or HTTP(S) protocol address of the git repository.
|
repo: "{{chainetv_repo}}" # required. git, SSH, or HTTP(S) protocol address of the git repository.
|
||||||
clone: yes # not required. If C(no), do not clone the repository if it does not exist locally
|
clone: yes # not required. If C(no), do not clone the repository if it does not exist locally
|
||||||
|
Loading…
Reference in New Issue
Block a user