From 08ae5b51f8e9b20b1f0ee09f7284302bf6177163 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 19 Nov 2022 18:15:26 +0100 Subject: [PATCH] Update gitlab URLs --- playbooks/tasks/hosts/user.yml | 2 +- .../tasks/services/c-deploy/service-deploy/service.d/www.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/tasks/hosts/user.yml b/playbooks/tasks/hosts/user.yml index 6a4dcb2..b236df7 100644 --- a/playbooks/tasks/hosts/user.yml +++ b/playbooks/tasks/hosts/user.yml @@ -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 diff --git a/playbooks/tasks/services/c-deploy/service-deploy/service.d/www.yml b/playbooks/tasks/services/c-deploy/service-deploy/service.d/www.yml index cb538eb..a588051 100644 --- a/playbooks/tasks/services/c-deploy/service-deploy/service.d/www.yml +++ b/playbooks/tasks/services/c-deploy/service-deploy/service.d/www.yml @@ -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