Switch to new Gitea server

This commit is contained in:
Anthony Rose 2020-01-10 15:39:47 +00:00
parent f7f3285ac0
commit 2f3ae2d806
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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: