Skip to content

Commit

Permalink
Merge pull request #28 from roles-ansible/safe
Browse files Browse the repository at this point in the history
Adding Repo to git safe
  • Loading branch information
DO1JLR authored Oct 23, 2023
2 parents be7b358 + f142c8a commit b2d75c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions tasks/download.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: Set git configuration for safe.directory
community.general.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:
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit b2d75c6

Please sign in to comment.