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: