From 119a6436698e399f85fb6fbb555b2d21655ca12f Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 2 Mar 2020 21:59:21 +0100 Subject: [PATCH] add hostkey check --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index 5375eba..43c6212 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,6 +7,7 @@ - name: install source file if not exist 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). 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