Update URL for repos

This commit is contained in:
Anthony Rose 2021-03-17 16:56:11 +00:00
parent b85c04a5bd
commit 16270a9af9
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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