10 lines
210 B
YAML
10 lines
210 B
YAML
---
|
|
- name: Packages
|
|
ansible.builtin.include_tasks: install.yml
|
|
tags: install
|
|
|
|
- name: Install NvChad
|
|
ansible.builtin.git:
|
|
repo: https://github.com/NvChad/NvChad
|
|
dest: ~/.config/nvim
|
|
depth: 1
|