change gitea name

This commit is contained in:
vincent 2020-01-27 20:07:17 +01:00
parent c06731a2fc
commit 93141f060f

View File

@ -16,10 +16,10 @@
become_user: aur_builder become_user: aur_builder
- name: clone ansible git reposotory - name: clone ansible git repository
git: 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). 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 clone: yes # not required. If C(no), do not clone the repository if it does not exist locally
force: no force: no
update: no update: no