Use ssh instead of http for git checkout

This commit is contained in:
Jorge Enrique Gómez Gómez 2020-09-23 17:13:37 -05:00
parent 67aa97f2b7
commit d72c7baadf

View File

@ -58,7 +58,7 @@
- name: Clone current Odoo code - name: Clone current Odoo code
git: git:
repo: 'https://gitea.agofer.net/Agofer/odoo_running_code.git' repo: 'ssh://git@gitea.agofer.net:22001/Agofer/odoo_running_code.git'
dest: /home/odoo/src/odoo dest: /home/odoo/src/odoo
depth: 1 depth: 1