Update gitlab URLs

This commit is contained in:
Wojciech Kozlowski 2022-11-19 18:15:26 +01:00
parent 4cc8501ff4
commit 08ae5b51f8
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
- name: Clone tmux dotfiles
become: no
git:
repo: https://gitlab.wojciechkozlowski.eu/config/tmux.git
repo: https://git.wojciechkozlowski.eu/config/tmux.git
dest: .tmux
recursive: yes

View File

@ -20,7 +20,7 @@
- name: Clone website repository
git:
repo: https://gitlab.wojciechkozlowski.eu/wojtek/wojciechkozlowski.eu.git
repo: https://git.wojciechkozlowski.eu/wojtek/wojciechkozlowski.eu.git
dest: "{{ service_home }}/.config/{{ service_user_name }}/wojciechkozlowski.eu"
recursive: yes
register: wojciechkozlowski_eu_git