temp!
This commit is contained in:
@@ -8,20 +8,17 @@
|
||||
- set_fact:
|
||||
vim_config_dir: '{{ansible_env.LOCALAPPDATA}}\nvim'
|
||||
|
||||
- name: clone config repo
|
||||
win_git:
|
||||
repo: git@code.infektor.net:config/vim.git
|
||||
dest: '{{vim_config_dir}}'
|
||||
branch: master
|
||||
# clone: false
|
||||
update: true
|
||||
- win_owner:
|
||||
path: '{{vim_config_dir}}'
|
||||
user: Benie
|
||||
recurse: true
|
||||
|
||||
- assert:
|
||||
that: False
|
||||
# - name: clone config repo
|
||||
# win_git:
|
||||
# repo: git@code.infektor.net:config/vim.git
|
||||
# dest: '{{vim_config_dir}}'
|
||||
# branch: master
|
||||
# # clone: false
|
||||
# update: true
|
||||
# - win_owner:
|
||||
# path: '{{vim_config_dir}}'
|
||||
# user: Benie
|
||||
# recurse: true
|
||||
|
||||
# - TODO: neovim set repo email
|
||||
# win_git_config:
|
||||
|
||||
Reference in New Issue
Block a user