Remove macOS duplication
This commit is contained in:
parent
e1745bd162
commit
f6e60b8417
@ -4,16 +4,4 @@
|
|||||||
name: neovim
|
name: neovim
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- name: clone config repo
|
- include_tasks: unix.yaml
|
||||||
git:
|
|
||||||
repo: git@code.infektor.net:config/vim.git
|
|
||||||
dest: ~/.config/nvim
|
|
||||||
version: master
|
|
||||||
|
|
||||||
# TODO: - name: set repo email
|
|
||||||
|
|
||||||
- name: install pip packages
|
|
||||||
pip:
|
|
||||||
name: '{{neovim_pip_packages}}'
|
|
||||||
state: latest
|
|
||||||
extra_args: --user
|
|
||||||
|
@ -10,9 +10,9 @@
|
|||||||
dest: '{{ansible_env.LOCALAPPDATA}}/nvim'
|
dest: '{{ansible_env.LOCALAPPDATA}}/nvim'
|
||||||
version: master
|
version: master
|
||||||
|
|
||||||
# TODO: - name: neovim set repo email
|
# - TODO: neovim set repo email
|
||||||
# win_git_config:
|
# win_git_config:
|
||||||
# TODO: - name: neovim install pip packages
|
# - TODO: neovim install pip packages
|
||||||
# win_pip:
|
# win_pip:
|
||||||
# name: '{{neovim_pip_packages}}'
|
# name: '{{neovim_pip_packages}}'
|
||||||
# state: latest
|
# state: latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user