From 93141f060fd34ed0a0d62e47366987d4a011b7fe Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 27 Jan 2020 20:07:17 +0100 Subject: [PATCH] change gitea name --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 66adcce..7222075 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -16,10 +16,10 @@ become_user: aur_builder -- name: clone ansible git reposotory +- name: clone ansible git repository 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://gitea@pi2/vincent/ansible.git # required. git, SSH, or HTTP(S) protocol address of the git repository. + repo: ssh://gitea@git.{{ domain.name }}/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