From 2f3ae2d8066aac1e8a19fa72fd3d6a38834ce81e Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 10 Jan 2020 15:39:47 +0000 Subject: [PATCH] Switch to new Gitea server --- roles/home-cli/tasks/vim.yml | 2 +- roles/home-gui/tasks/emacs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/home-cli/tasks/vim.yml b/roles/home-cli/tasks/vim.yml index 8cda961..f78a713 100644 --- a/roles/home-cli/tasks/vim.yml +++ b/roles/home-cli/tasks/vim.yml @@ -1,5 +1,5 @@ --- - name: Clone vim settings git: - repo: https://git.acperkins.com/acp/vimfiles.git + repo: https://code.acperkins.com/acp/vimfiles.git dest: "{{ ansible_env.HOME }}/.vim" diff --git a/roles/home-gui/tasks/emacs.yml b/roles/home-gui/tasks/emacs.yml index 18919a4..37a0c48 100644 --- a/roles/home-gui/tasks/emacs.yml +++ b/roles/home-gui/tasks/emacs.yml @@ -1,7 +1,7 @@ --- - name: Clone Emacs settings git: - repo: https://git.acperkins.com/acp/emacs.d.git + repo: https://code.acperkins.com/acp/emacs.d.git dest: "{{ ansible_env.HOME }}/.emacs.d" - name: Find Emacs service definition find: