Remove macOS duplication

This commit is contained in:
Kenneth Benzie 2022-05-11 22:43:44 +01:00
parent e1745bd162
commit f6e60b8417
2 changed files with 7 additions and 19 deletions

View File

@ -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

View File

@ -10,12 +10,12 @@
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
- name: create nvim start menu shortcut - name: create nvim start menu shortcut
win_shortcut: win_shortcut: