diff --git a/README.md b/README.md index d4b16b2..c7c0c95 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/roles/home-cli/tasks/vim.yml b/roles/home-cli/tasks/vim.yml index b123b50..44332ae 100644 --- a/roles/home-cli/tasks/vim.yml +++ b/roles/home-cli/tasks/vim.yml @@ -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" diff --git a/roles/home-gui/tasks/emacs.yml b/roles/home-gui/tasks/emacs.yml index c40abcf..e5840ae 100644 --- a/roles/home-gui/tasks/emacs.yml +++ b/roles/home-gui/tasks/emacs.yml @@ -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: