1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_etebase.git synced 2024-08-16 10:19:52 +02:00

Adding Repo to git safe

CLOSE https://github.com/roles-ansible/ansible_role_etebase/issues/26
This commit is contained in:
L3D 2023-10-23 22:36:38 +02:00
parent be7b3580c6
commit f46f37f92f
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
---
- name: Set git configuration for safe.directory
ansible.builtin.git_config:
scope: global
name: safe.directory
value: "{{ etebase__user_home }}/etebase_{{ etebase_version_target }}"
- name: Download etebase git Repository
become: true
ansible.builtin.git:

View file

@ -4,5 +4,5 @@ etebase__repo_api: 'https://api.github.com/repos/etesync/server/tags'
etebase__venv: "{{ etebase__venv_path }}/{{ etebase_version_target }}"
# versionscheck
playbook_version_number: 14 # should be a integer
playbook_version_number: 15 # should be a integer
playbook_version_path: 'role-do1jlr.etebase'