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
|
- name: Clone vim settings
|
||||||
git:
|
git:
|
||||||
repo: https://git.acperkins.com/acp/vimfiles.git
|
repo: https://code.acperkins.com/acp/vimfiles.git
|
||||||
dest: "{{ ansible_env.HOME }}/.vim"
|
dest: "{{ ansible_env.HOME }}/.vim"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Clone Emacs settings
|
- name: Clone Emacs settings
|
||||||
git:
|
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"
|
dest: "{{ ansible_env.HOME }}/.emacs.d"
|
||||||
- name: Find Emacs service definition
|
- name: Find Emacs service definition
|
||||||
find:
|
find:
|
||||||
|
|
Loading…
Reference in a new issue