database modif gitea

This commit is contained in:
vincent 2019-04-23 18:34:18 +02:00
parent 92edadadde
commit 7c432d23a6

View File

@ -20,7 +20,7 @@
- name: clone ansible git reposotory - name: clone ansible git reposotory
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://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 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