Update gitlab URLs
This commit is contained in:
parent
4cc8501ff4
commit
08ae5b51f8
@ -1,7 +1,7 @@
|
|||||||
- name: Clone tmux dotfiles
|
- name: Clone tmux dotfiles
|
||||||
become: no
|
become: no
|
||||||
git:
|
git:
|
||||||
repo: https://gitlab.wojciechkozlowski.eu/config/tmux.git
|
repo: https://git.wojciechkozlowski.eu/config/tmux.git
|
||||||
dest: .tmux
|
dest: .tmux
|
||||||
recursive: yes
|
recursive: yes
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
- name: Clone website repository
|
- name: Clone website repository
|
||||||
git:
|
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"
|
dest: "{{ service_home }}/.config/{{ service_user_name }}/wojciechkozlowski.eu"
|
||||||
recursive: yes
|
recursive: yes
|
||||||
register: wojciechkozlowski_eu_git
|
register: wojciechkozlowski_eu_git
|
||||||
|
Loading…
Reference in New Issue
Block a user