Remove git hooks setup

This commit is contained in:
Sonny Bakker 2024-08-06 20:24:48 +02:00
parent 4d57f381a9
commit 0ca888974c
2 changed files with 0 additions and 20 deletions

View file

@ -3,20 +3,3 @@
path: '{{ ansible_env.HOME }}/development'
state: directory
mode: '0755'
- name: clone git hooks
git:
repo: '{{ githook_repo }}'
dest: '{{ ansible_env.HOME }}/development/git-hooks'
update: true
version: master
ignore_errors: true
register: githook_ssh_clone
- name: clone git hooks
git:
repo: '{{ public_githook_repo }}'
dest: '{{ ansible_env.HOME }}/development/git-hooks'
update: true
version: master
when: githook_ssh_clone.failed

View file

@ -38,9 +38,6 @@ xdg_data_dir: '{{ ansible_env.HOME }}/.local/share'
dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
public_dotfiles_repo: 'git@git.fudiggity.nl:sonny/dotfiles.git'
githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
public_githook_repo: 'git@git.fudiggity.nl:sonny/git-hooks.git'
neovim_plugins:
- { url: 'https://github.com/preservim/nerdtree', name: 'nerdtree' }
- { url: 'https://github.com/neovim/nvim-lspconfig', name: 'nvim-lspconfig' }