make the packages role more generic
This commit is contained in:
12
tasks/Debian/neovim.yml
Normal file
12
tasks/Debian/neovim.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- name: Install neovim for Debian based distros
|
||||
become: true
|
||||
ansible.builtin.apt:
|
||||
name:
|
||||
- neovim
|
||||
- python3-neovim
|
||||
state: latest
|
||||
tags:
|
||||
- Debian
|
||||
- linux
|
||||
- package
|
||||
Reference in New Issue
Block a user