Remove git hooks setup
This commit is contained in:
parent
4d57f381a9
commit
0ca888974c
2 changed files with 0 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
3
vars.yml
3
vars.yml
|
|
@ -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' }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue