From 22bdba771c6c2b89d6d0d0afccecfabb6213ce38 Mon Sep 17 00:00:00 2001 From: Damien A Date: Thu, 21 Dec 2023 17:47:23 +0100 Subject: [PATCH] Accept key for GitHub clone via SSH --- ansible/install_containerlab.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/install_containerlab.yml b/ansible/install_containerlab.yml index d5f775c..b31e11c 100644 --- a/ansible/install_containerlab.yml +++ b/ansible/install_containerlab.yml @@ -71,6 +71,7 @@ git: repo: "{{ repo_git_url }}" dest: "/opt/containerlab/projet/" + accept_hostkey: yes clone: yes update: yes version: "main"