Accept key for GitHub clone via SSH

This commit is contained in:
Damien A
2023-12-21 17:47:23 +01:00
parent 78860c1688
commit 22bdba771c

View File

@@ -71,6 +71,7 @@
git: git:
repo: "{{ repo_git_url }}" repo: "{{ repo_git_url }}"
dest: "/opt/containerlab/projet/" dest: "/opt/containerlab/projet/"
accept_hostkey: yes
clone: yes clone: yes
update: yes update: yes
version: "main" version: "main"