Update clone URLs
This commit is contained in:
parent
d728f50db2
commit
044f48e733
4 changed files with 3 additions and 7 deletions
|
@ -18,7 +18,7 @@ default. This causes the initial git clone to fail with the error
|
|||
_server certificate verification failed_. You can ignore SSL warnings with the
|
||||
`GIT_SSL_NO_VERIFY=true` environment variable:
|
||||
|
||||
GIT_SSL_NO_VERIFY=true git clone https://acperkins.com/acp/workstation.git
|
||||
GIT_SSL_NO_VERIFY=true git clone https://github.com/acperkins/workstation.git
|
||||
|
||||
This will clone without checking the validation of the root certificates. This
|
||||
should only be done for the initial clone. The playbooks should be configured to
|
||||
|
|
|
@ -15,9 +15,5 @@
|
|||
l1 = log --pretty=oneline
|
||||
last = log -1 HEAD --pretty=fuller
|
||||
lastmail = format-patch --stdout -1 HEAD
|
||||
[url "git@acperkins.com:acp/"]
|
||||
insteadOf = acp:
|
||||
[url "git@github.com:acperkins/"]
|
||||
insteadOf = gh:
|
||||
[include]
|
||||
path = .gitconfig.local
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
|
||||
- name: Clone vim settings
|
||||
ansible.builtin.git:
|
||||
repo: https://acperkins.com/acp/vimfiles.git
|
||||
repo: https://github.com/acperkins/vimfiles.git
|
||||
dest: "{{ ansible_env.HOME }}/.vim"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
state: absent
|
||||
- name: Clone Emacs settings
|
||||
ansible.builtin.git:
|
||||
repo: https://acperkins.com/acp/emacs.d.git
|
||||
repo: https://github.com/acperkins/emacs.d.git
|
||||
dest: "{{ ansible_env.HOME }}/.emacs.d"
|
||||
- name: Install NotoSansMono-Regular font
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Reference in a new issue