Switch to new Gitea server
This commit is contained in:
parent
f7f3285ac0
commit
2f3ae2d806
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue