From 7c432d23a6039121d4a19353a3fdccb37f195f67 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 23 Apr 2019 18:34:18 +0200 Subject: [PATCH] database modif gitea --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 2285d5b..4d9c764 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,7 +20,7 @@ - name: clone ansible git reposotory git: dest: ~/Documents/ansible # required. The path of where the repository should be checked out. This parameter is required, unless C(clone) is set to C(no). - repo: ssh://git@pi2/vincent/ansible.git # required. git, SSH, or HTTP(S) protocol address of the git repository. + repo: ssh://gitea@pi2/vincent/ansible.git # 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 force: no update: no