add hostkey check

This commit is contained in:
vincent 2020-03-02 21:59:21 +01:00
parent c5fe856e1a
commit 119a643669

View File

@ -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