8 lines
113 B
YAML
8 lines
113 B
YAML
---
|
|
- name: install homebrew packages
|
|
homebrew:
|
|
name: neovim
|
|
state: latest
|
|
|
|
- include_tasks: Unix.yaml
|