ff
This commit is contained in:
parent
2f15857789
commit
a1406fd5bf
2 changed files with 2 additions and 2 deletions
|
@ -9,4 +9,4 @@ ansible_forgejo_user: svc_ansible
|
|||
ansible_forgejo_user_pass: "{{ lookup('viczem.keepass.keepass', 'forgejo/user_setup_forgejo_user_pass', 'password') }}" # user ist dem Repo als "Collaborator" + "RO" hinzugefügt worden
|
||||
|
||||
dotfiles_vim_vundle_repo_url: "https://github.com/VundleVim/Vundle.vim.git"
|
||||
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles
|
||||
dotfiles_repo_url: "https://{{ ansible_forgejo_user | urlencode }}:{{ ansible_forgejo_user_pass | urlencode }}git.mgrote.net/mg/dotfiles"
|
||||
|
|
Loading…
Reference in a new issue