11 lines
148 B
YAML
11 lines
148 B
YAML
---
|
|
- name: install dnf package
|
|
become: true
|
|
dnf:
|
|
name:
|
|
- neovim
|
|
- python3-neovim
|
|
state: latest
|
|
|
|
- include_tasks: Unix.yaml
|