Compare commits
No commits in common. "f6e60b841710643df44fe50928424f72560963c3" and "44c1e5ccffa3512847562aab6a2e51adebac201c" have entirely different histories.
f6e60b8417
...
44c1e5ccff
@ -4,4 +4,16 @@
|
|||||||
name: neovim
|
name: neovim
|
||||||
state: latest
|
state: latest
|
||||||
|
|
||||||
- include_tasks: unix.yaml
|
- name: clone config repo
|
||||||
|
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: neovim set repo email
|
# TODO: - name: neovim set repo email
|
||||||
# win_git_config:
|
# win_git_config:
|
||||||
# - TODO: neovim install pip packages
|
# TODO: - name: neovim install pip packages
|
||||||
# win_pip:
|
# win_pip:
|
||||||
# name: '{{neovim_pip_packages}}'
|
# name: '{{neovim_pip_packages}}'
|
||||||
# state: latest
|
# state: latest
|
||||||
|
|||||||
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
- name: install apt packages
|
- name: install apt packages
|
||||||
become: true
|
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- python3
|
- python3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user