Update URL for repos
This commit is contained in:
parent
b85c04a5bd
commit
16270a9af9
3 changed files with 3 additions and 3 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://code.acperkins.com/acp/workstation.git
|
||||
GIT_SSL_NO_VERIFY=true git clone https://acperkins.com/acp/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,5 +15,5 @@
|
|||
|
||||
- name: Clone vim settings
|
||||
ansible.builtin.git:
|
||||
repo: https://code.acperkins.com/acp/vimfiles.git
|
||||
repo: https://acperkins.com/acp/vimfiles.git
|
||||
dest: "{{ ansible_env.HOME }}/.vim"
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
state: absent
|
||||
- name: Clone Emacs settings
|
||||
ansible.builtin.git:
|
||||
repo: https://code.acperkins.com/acp/emacs.d.git
|
||||
repo: https://acperkins.com/acp/emacs.d.git
|
||||
dest: "{{ ansible_env.HOME }}/.emacs.d"
|
||||
- name: Install NotoSansMono-Regular font
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Reference in a new issue