changed git url

This commit is contained in:
2022-10-27 11:38:22 +02:00
parent 57090b2870
commit 07dc31ecf0
6 changed files with 9 additions and 7 deletions

View File

@@ -44,7 +44,7 @@
path: "{{ getent_passwd[user][4] }}/.ssh/config"
state: present
block: |
Host gitlab.social.my-wan.de
Host gitea.mewissen.site
IdentityFile ~/.ssh/gitlab_read_ed25519
IdentitiesOnly Yes
create: True
@@ -64,7 +64,7 @@
force: yes
with_items:
- { repo: 'https://github.com/romkatv/powerlevel10k.git', dir: 'powerlevel10k' }
- { repo: 'ssh://git@gitlab.social.my-wan.de:22422/rene/dotfiles.git', dir: 'dotfiles' }
- { repo: 'ssh://git@gitea.mewissen.site:22422/rene/dotfiles.git', dir: 'dotfiles' }
ignore_errors: yes
- name: users | {{ user }} | link dotfiles